Add SQLCipher _key DSN support
Some checks failed
Go / Test (1.24, macos-latest) (push) Has been cancelled
Go / Test (1.24, ubuntu-latest) (push) Has been cancelled
Go / Test (1.25, macos-latest) (push) Has been cancelled
Go / Test (1.25, ubuntu-latest) (push) Has been cancelled
Go / Test (1.26, macos-latest) (push) Has been cancelled
Go / Test (1.26, ubuntu-latest) (push) Has been cancelled
Go / Test for Windows (1.24) (push) Has been cancelled
Go / Test for Windows (1.25) (push) Has been cancelled
Go / Test for Windows (1.26) (push) Has been cancelled
dockerfile / Run Dockerfiles in examples (push) Has been cancelled

This commit is contained in:
2026-08-06 14:00:09 +02:00
parent cc41b8c876
commit 9fdc81b5a8
5 changed files with 168 additions and 1 deletions

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/mattn/go-sqlite3
module git.pablu.de/pablu/go-sqlite3
go 1.21