querqle 0.1.2

A small library made to perform sql queries thru the odbc-api library, and convert the results directly into data structures.
Documentation
1
2
3
4
5
6
7
8
9
10
test:
	cargo test

doc:
	cargo clean --doc
	cargo +nightly doc --no-deps --all-features --open

publish:
	just doc
	cargo publish --all-features