aboutsummaryrefslogtreecommitdiffstats
path: root/notes/golang.txt
blob: 8527711e0f86402afd7909b4f1b093e49e30da9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

- pq: basic postgres driver and ORM (similar to sqlalchemy?)
- sqlx: small extensions to builtin sql; row to struct mapping


code generation from SQL schema:
- https://github.com/xo/xo
- https://github.com/volatiletech/sqlboiler
- kallax

database migrations:
- goose
- https://github.com/mattes/migrate

maybe also:
- https://github.com/oklog/ulid
  like a UUID, but base32 and "sortable" (timestamp + random)