authelia/internal/storage
Amir Zarrinkafsh e8a52f4794
refactor: replace sqlite library with the original cgo variant (#2427)
* refactor: replace sqlite library with the original cgo variant

This change reverts our SQLite library back to the original for compatibility and performance reasons now that we always package with CGO.

* fix: cgo and build flags

* fix: gcc requirement

* fix: gcc in dev workflow too
2021-10-01 09:58:33 +10:00
..
const.go [MISC] Storage Schema Versioning Model (#1057) 2020-07-16 15:56:08 +10:00
errors.go fix(storage): use lower case in error messages (#2145) 2021-08-04 09:36:53 +10:00
mysql_provider.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
postgres_provider.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
provider.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
provider_mock.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
sql_provider.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
sql_provider_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
sqlite_provider.go refactor: replace sqlite library with the original cgo variant (#2427) 2021-10-01 09:58:33 +10:00
sqlmock_provider.go [MISC] Storage Schema Versioning Model (#1057) 2020-07-16 15:56:08 +10:00
types.go [MISC] Storage Schema Versioning Model (#1057) 2020-07-16 15:56:08 +10:00
upgrades.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00