SQLite Forum

Best tool to handle SQLite code?
Login
Hi all

I've been working on a data enrichment project involving a growing dataset over a number of years.  In doing so I've written a lot of queries that handle specific elements of data quality checks and enrichment, and I've relied heavily on Sqlitestudio as the front-end in which I do the coding.

Short of moving it all to a Python environment and turning the many code snippets into specific functions to call, is there a tool out there that enables SQL code to be easily categorised and managed?

I'm thinking some kind of repository where one can check code out from  to use and then discard when done knowing the master is easily found and accessed via the repository.

All ideas/suggestions welcomed.