Add a minimal loadable extension example

This commit is contained in:
gwenn
2023-07-14 10:18:29 +02:00
parent 81585a75cb
commit 8051b048db
3 changed files with 56 additions and 0 deletions

View File

@@ -65,6 +65,9 @@ jobs:
- run: cargo test --features 'bundled-full session buildtime_bindgen' --all-targets --workspace --verbose
- run: cargo test --features 'bundled-full session buildtime_bindgen' --doc --workspace --verbose
- name: loadable extension
run: cargo build --example loadable_extension --features "loadable_extension modern_sqlite functions vtab trace"
# TODO: move into own action for better caching
- name: Static build
# Do we expect this to work / should we test with gnu toolchain?