sqliterg icon indicating copy to clipboard operation
sqliterg copied to clipboard

A SQLite Remote Gateway - query SQLite via HTTP

Results 2 sqliterg issues
Sort by recently updated
recently updated
newest added

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

Any chance of supporting more dbs like mariadb? Great repos!

enhancement