sqlite-loadable 0.0.6-alpha.6

A framework for building SQLite extensions in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13

ifdef python
PYTHON=$(python)
else
PYTHON=python3
endif

test:
	cargo test
	cargo test --features=exec
	cargo test --features=static
	cargo build --examples --features=
	$(PYTHON) examples/test-examples.py