Closed vyshnav-vinod closed 6 months ago
Ok so there seems to be some builtin tables that gets created automatically by sqlite.
[albums sqlite_sequence artists customers employees genres invoices invoice_items media_types playlists playlist_track tracks sqlite_stat1]
Here you can see sqlite_sequence and sqlite_stats1. I assume all of the builtins will start with sqlite_, so we should be able to filter it out pretty easily.
sqlite_sequence
sqlite_stats1
sqlite_
You can work on this if you would like, else i should be able to do when i get time :smile:
I will have a look on this later :)
Ok so there seems to be some builtin tables that gets created automatically by sqlite.
Here you can see
sqlite_sequence
andsqlite_stats1
. I assume all of the builtins will start withsqlite_
, so we should be able to filter it out pretty easily.