sqliterg
sqliterg copied to clipboard
A SQLite Remote Gateway - query SQLite via HTTP
Results
2
sqliterg issues
Sort by
recently updated
recently updated
newest added
Sort keys of objects returned by `SELECT * FROM table` by creation order instead of dictionary order
10
Hi! Suppose I have this table: ```sql CREATE TABLE `folders` ( `id` text PRIMARY KEY NOT NULL, `name` text NOT NULL, `position` real DEFAULT 1 NOT NULL, `updated_at` text DEFAULT...
bug