transistor 0.4.3

Crux Datalog Client
Documentation
1
2
3
4
5
6
7
8
9
10
crux:
	docker run -d -p 3000:3000 --name CruxDB juxt/crux-standalone:20.02-1.7.0-alpha

int:
	cargo test --test lib --no-fail-fast --features "mock"

unit:
	cargo test --locked  --no-fail-fast --lib

test: unit int