Databases
Some random pieces of info about databases.
Node JS ORM libraries
sequelize
TypeORM
pgPromise
dbMate
knex
pg
— good raw postgres client.
Others
- Comparison of various “serverless” databases
- A Bunch of examples of running databases locally with docker
- A twitter thread with many “serverless” databases recommended
Dynamo DB
Sparse notes on Dynamo DB:
Postgres
- Use the index luke - collection of articles about good postgres design and performance.
SQLite
Serverless Database Providers
- https://neon.tech/ - Serverless postgres
- https://turso.tech/
- https://starbasedb.com/ - sqlite on the edge (colocated with cloudflare workers, for example)
Last modified: