| Create a SQLite database |  |  |
| Insert and Query data |  |  |
| Create tables in a Postgres database |  |  |
| Insert and Query data |  |  |
| Aggregate data |  |  |
| Connect to SQLite pool and simple query |  |  |
| Connect to Pg Pool and query typed rows |  |  |
| Compile-time checked queries |  |  |
| Transactions in SQLx |  |  |
| Simple ORM pattern |  |  |