soerenlemke / GoSeeQLite

A SQLite database viewer written in Go.
MIT License
6 stars 2 forks source link

Built in tables? #19

Closed vyshnav-vinod closed 6 months ago

vyshnav-vinod commented 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.

vyshnav-vinod commented 6 months ago

You can work on this if you would like, else i should be able to do when i get time :smile:

soerenlemke commented 6 months ago

I will have a look on this later :)