From 71a4210f1e27545cadc216301b4529912fc57591 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 24 Apr 2018 16:12:05 -0700 Subject: backup notes and TODO --- notes/golang.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 notes/golang.txt (limited to 'notes/golang.txt') diff --git a/notes/golang.txt b/notes/golang.txt new file mode 100644 index 00000000..8527711e --- /dev/null +++ b/notes/golang.txt @@ -0,0 +1,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) -- cgit v1.2.3