Add just use postgres

This commit is contained in:
Charles-Axel Dein 2024-10-07 08:47:52 -04:00
parent 7b6a2986e0
commit d1a6192344
No known key found for this signature in database

View File

@ -703,9 +703,10 @@ See also the SQL section.
- [Safe Operations For High Volume PostgreSQL](https://www.braintreepayments.com/blog/safe-operations-for-high-volume-postgresql/) (this is for PostgreSQL but works great for other DBs as well). - [Safe Operations For High Volume PostgreSQL](https://www.braintreepayments.com/blog/safe-operations-for-high-volume-postgresql/) (this is for PostgreSQL but works great for other DBs as well).
- [Transaction Isolation in Postgres, explained](https://www.thenile.dev/blog/transaction-isolation-postgres) - [Transaction Isolation in Postgres, explained](https://www.thenile.dev/blog/transaction-isolation-postgres)
- [PostgreSQL exercises](https://pgexercises.com/) - [PostgreSQL exercises](https://pgexercises.com/)
- [Operations cheat sheet](https://wiki.postgresql.org/wiki/Operations_cheat_sheet) - [Postgres operations cheat sheet](https://wiki.postgresql.org/wiki/Operations_cheat_sheet)
- [Just use Postgres](https://mccue.dev/pages/8-16-24-just-use-postgres)
- [Postgres is Enough](https://gist.github.com/cpursley/c8fb81fe8a7e5df038158bdfe0f06dbb) - [Postgres is Enough](https://gist.github.com/cpursley/c8fb81fe8a7e5df038158bdfe0f06dbb)
- [Don't Do This](https://wiki.postgresql.org/wiki/Don't_Do_This) - [Postgres: don't Do This](https://wiki.postgresql.org/wiki/Don't_Do_This)
- [PostgreSQL and UUID as primary key](https://maciejwalkowiak.com/blog/postgres-uuid-primary-key/) - [PostgreSQL and UUID as primary key](https://maciejwalkowiak.com/blog/postgres-uuid-primary-key/)
### Data formats ### Data formats