inukshuk / sqleton

Visualize your SQLite database schema
GNU General Public License v3.0
110 stars 12 forks source link

Including stock table `sqlite_sequence` by default is confusing #7

Closed gamesguru closed 3 years ago

gamesguru commented 3 years ago

This is not "my" table, is there any option to disable it from being included in the SVG table diagram?

It is labeled with "columns" 'name' and 'seq', so why is it a table at all?

inukshuk commented 3 years ago

Thanks! Never used AUTOINCREMENT so I never noticed that table. Should be fixed now.