coleifer / sqlite-web

Web-based SQLite database browser written in Python
MIT License
3.42k stars 339 forks source link

New version (strict table support) #117

Closed Mikescher closed 1 year ago

Mikescher commented 1 year ago

Hey, I'm using your web interface with sqlite table that uses strict tables [1].
The current docker image does not support them (throws a parsing error on startup).

But your pewee library supports them. Currently I simply build the docker container locally ad pushed it on my own registry.
If you find time you could build a new docker container (which uses the new version of pewee) to support strict tables.

Regards
~ Mike

[1] https://www.sqlite.org/stricttables.html

coleifer commented 1 year ago

The Dockerfile is provided so you can build your own at any time.