Databases
Interface with database management systems.
SQLite
Recipe | Crates | Categories |
---|---|---|
Create a SQLite database | ||
Insert and Select data | ||
Using transactions |
TODO
Postgres
Recipe | Crates | Categories |
---|---|---|
Create tables in a Postgres database | ||
Insert and Query data | ||
Aggregate data | ||
tokio-postgres | ||
Cornucopia for postgres |
TODO
Connection pools
Recipe | Crates | Categories |
---|---|---|
Create a connection pool |
NoSQL and friends
Recipe | Crates | Categories |
---|---|---|
Connect to MongoDB | ||
Connect to Redis |
Search
Recipe | Crates | Categories |
---|---|---|
Elasticsearch | ||
Infisearch | ||
Stork search | ||
Minisearch | ||
Typesense | {{hi:typesense}} | |
Tinysearch | {{hi:tinysearch}} |
TODO
Query Builders and ORMs
TODO