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.