summaryrefslogtreecommitdiffhomepage
path: root/src/dbx/db.go
Commit message (Expand)AuthorAgeFilesLines
* Code simplificationThomas Voss 34 hours1-119/+113
* Move some packages to pkg/Thomas Voss 2025-06-141-3/+2
* Implement the ‘atexit’ packageThomas Voss 2025-06-141-1/+3
* Migrate towards using os.RootThomas Voss 2025-06-131-33/+16
* Fix double call to rs.Next()Thomas Voss 2025-06-131-5/+11
* Support running test code in last.sqlThomas Voss 2025-06-131-2/+21
* Make the DB private to dbxThomas Voss 2025-06-131-5/+9
* Make use of ‘scanToStruct()’Thomas Voss 2025-06-091-0/+4
* Simplify codeThomas Voss 2025-06-091-6/+1
* Begin migration towards SQLiteThomas Voss 2025-06-091-0/+227