Add bindings to automatic extension loading API (#1487)

* Add bindings to automatic extension loading API

it doesn't seem possible to directly register an `AutoExtension`.
This commit is contained in:
gwenn
2024-03-30 17:01:44 +01:00
committed by GitHub
parent 381be988cc
commit 57a3a8f62e
8 changed files with 119 additions and 16 deletions

View File

@@ -140,6 +140,9 @@ bencher = "0.1"
path = "libsqlite3-sys"
version = "0.28.0"
[[test]]
name = "auto_ext"
[[test]]
name = "config_log"
harness = false