Re: [darktable-dev] DB structure

2019-07-16 Thread Jason Polak
You might also try the following free graphical tools on sample databases: https://sqlitebrowser.org/ https://dbeaver.io/ On 2019-07-16 5:37 a.m., James McPherson wrote: > Hi Maurizio, > the best place is probably > > https://github.com/darktable-org/darktable/blob/master/src/common/database.c >

Re: [darktable-dev] DB structure

2019-07-16 Thread Maurizio Paglia
Thank you indeed!! Il giorno mar 16 lug 2019 alle ore 11:37 James McPherson < james.c.mcpher...@gmail.com> ha scritto: > Hi Maurizio, > the best place is probably > > > https://github.com/darktable-org/darktable/blob/master/src/common/database.c > > Although, if you want to see what it looks like

Re: [darktable-dev] DB structure

2019-07-16 Thread James McPherson
Hi Maurizio, the best place is probably https://github.com/darktable-org/darktable/blob/master/src/common/database.c Although, if you want to see what it looks like in practice, try something like this: ~/.config/darktable$ echo .schema | sqlite3 library.db CREATE TABLE db_info (key VARCHAR PR

[darktable-dev] DB structure

2019-07-16 Thread Maurizio Paglia
Hi, can I find information about the database structure (name and type of fields, etc.)? Thanks, Maurizio ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org