aboutsummaryrefslogtreecommitdiff
path: root/lib/sql/client.go
AgeCommit message (Expand)Author
8 dayslib/sql: add method Meta to ClientShulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-08-09lib/sql: replace [http.FileSystem] with [memfs.MemFS]Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-04-06all: replace any usage of ioutil package with os or ioShulhan
2022-01-19lib/sql: make the table migration customizableShulhan
2021-12-26lib/sql: make the TruncateTable run with cascade and restart identityShulhan
2021-12-16lib/sql: check for EOF on loadSQLShulhan
2021-08-17lib/sql: do not run migration if the last file not exist on the listShulhan
2021-04-27sql: make the column filename on table _migration as primary keyShulhan
2021-01-08sql: check nil on Migrate parameter "fs" using reflect.IsNilShulhan
2020-12-17sql: use the options MigrationDir if the argument fs is nilShulhan
2020-12-17sql: change the new client function parameter into struct of optionsShulhan
2020-06-10all: update email addressShulhan
2020-05-16all: fix and suppress linter warningsShulhan
2020-05-06sql: add method to migrate database schemaShulhan
2020-02-13sql: a new package as an extension to "database/sql"Shulhan