sqlite 0.36.2

The package provides an interface to SQLite.
Documentation
1
2
3
4
5
6
7
8
.PHONY: all
all:

.PHONY: publish
publish:
	git tag --force v$$(cat Cargo.toml | grep version | head -1 | cut -d\" -f2)
	git push --tags
	cargo publish