Yes. You might find https://wiki.gnucash.org/wiki/SQL helpful; it has brief descriptions of each table.
Regards, John Ralls > On Sep 24, 2024, at 9:54 AM, Mark at Lorimark <[email protected]> > wrote: > > Hi, > > I'm casually curious about the 'books' table. > >> sqlite> .schema books >> CREATE TABLE books(guid text(32) PRIMARY KEY NOT NULL, root_account_guid >> text(32) NOT NULL, root_template_guid text(32) NOT NULL); >> sqlite> select * from books; >> 212f7dc40c094219a08d3b8c1f52d347|dd3701d5f2bb4f55be49248d7b4203c4|b77add97b2ae46fba82a8949bdd749f8 >> sqlite> > > At present, does this always only ever have just one 'book' ? > > -- > ~mark petryk > ~w:http://www.lorimarksolutions.com > _______________________________________________ > gnucash-user mailing list > [email protected] > To update your subscription preferences or to unsubscribe: > https://lists.gnucash.org/mailman/listinfo/gnucash-user > ----- > Please remember to CC this list on all your replies. > You can do this by using Reply-To-List or Reply-All. _______________________________________________ gnucash-user mailing list [email protected] To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
