Databases
Interface with database management systems.
SQLite
Recipe | Crates | Categories |
---|---|---|
Create a SQLite database | ||
Insert and select data | ||
Using transactions |
[sqlite.incl: fix (P1)](https://github.com/john-cd/rust_howto/issues/289)
Postgres
Recipe | Crates | Categories |
---|---|---|
Create tables in a Postgres database | ||
Insert and query data | ||
Aggregate data | ||
tokio-postgres | ||
cornucopia for postgres | cornucopia-rs⮳ |
[postgres.incl: polish (P1)](https://github.com/john-cd/rust_howto/issues/285)
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 |
---|---|---|
Connect to Elasticsearch | ||
infisearch | ||
stork-search | ||
minisearch | ||
typesense | ||
tinysearch |
[search.incl: fix (P1)](https://github.com/john-cd/rust_howto/issues/287)