does anyone use SQL for research stuff? if so, which implementation of it do you use?
i was planning to do some just-for-fun coding unrelated to iNaturalist that would leverage some sort of SQL, and i was thinking i could potentially eventually adapt it to be useful for iNaturalist purposes. just for example, maybe i could one day create something that would pull observations and associated data into multiple tables that could be exported as a single db file or possibly a single text file with the necessary statements to create the database and its data (as an alternative to the CSV export, which tries to put everything into one table).
right now i’m thinking of using SQLite (since that seems to be a popular open source dbms), but i don’t know if something like that might be commonly used by the community…