SQRD

SQLite

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.