index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sql
/
client.go
Age
Commit message (
Expand
)
Author
8 days
lib/sql: add method Meta to Client
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-08-09
lib/sql: replace [http.FileSystem] with [memfs.MemFS]
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-04-06
all: replace any usage of ioutil package with os or io
Shulhan
2022-01-19
lib/sql: make the table migration customizable
Shulhan
2021-12-26
lib/sql: make the TruncateTable run with cascade and restart identity
Shulhan
2021-12-16
lib/sql: check for EOF on loadSQL
Shulhan
2021-08-17
lib/sql: do not run migration if the last file not exist on the list
Shulhan
2021-04-27
sql: make the column filename on table _migration as primary key
Shulhan
2021-01-08
sql: check nil on Migrate parameter "fs" using reflect.IsNil
Shulhan
2020-12-17
sql: use the options MigrationDir if the argument fs is nil
Shulhan
2020-12-17
sql: change the new client function parameter into struct of options
Shulhan
2020-06-10
all: update email address
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2020-05-06
sql: add method to migrate database schema
Shulhan
2020-02-13
sql: a new package as an extension to "database/sql"
Shulhan