kota's memex

SQL is a relational database system (RDBMS). That means it is a system for managing data stored in relations. Relation is essentially a mathematical term for table. The notion of storing data in tables is so commonplace today that it might seem inherently obvious, but there are a number of other ways of organizing databases. Files and directories on unix operating systems form an example of a hierarchical database. A more modern development is the object oriented database.

https://www.scattered-thoughts.net/writing/against-sql

implementations

postgres

sqlite

tools

migrate

libraries

go sql

language