SQRD

SQLite

SQRD favors SQLite database engine for it is simple design and integration, its json extension and because there is just no setup.

Quick Reminders

.tables display all tables in a current schema

.schema <tablename> display the original CREATE SQL command.

Tooling

A proxy for networking access using the Postgres wire protocol.

Articles

SQLite is not a toy database highlights the import/export from CSV or JSON and the JSON manipulation function available.

: