soju/database
Simon Ser 2abe231eef database/sqlite: introduce sqliteTime type
This implements sql.Scanner and sql/driver.Valuer, so that we can
load/store time values into SQLite with the format we want, and
properly handle NULL (which the go-sqlite3 package doesn't do
correctly).
2023-01-26 14:38:28 +01:00
..
database.go Implement TLS fingerprint pinning 2022-12-16 17:44:14 +01:00
postgres.go Implement TLS fingerprint pinning 2022-12-16 17:44:14 +01:00
postgres_test.go Introduce a database package 2022-05-09 15:08:04 +02:00
sqlite.go database/sqlite: introduce sqliteTime type 2023-01-26 14:38:28 +01:00
sqlite_mattn.go Add build tag for modernc/sqlite driver 2022-09-26 19:31:43 +02:00
sqlite_modernc.go Add build tag for modernc/sqlite driver 2022-09-26 19:31:43 +02:00
sqlite_stub.go database/sqlite: make optional 2022-09-11 13:57:00 +02:00
sqlite_test.go Add build tag for modernc/sqlite driver 2022-09-26 19:31:43 +02:00