drasi-bootstrap-mysql 0.2.2

MySQL bootstrap provider for Drasi
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: build test integration-test lint

build:
	cargo build -p drasi-bootstrap-mysql

test:
	cargo test -p drasi-bootstrap-mysql

integration-test:
	cargo test -p drasi-bootstrap-mysql -- --ignored --nocapture

lint:
	cargo clippy -p drasi-bootstrap-mysql --all-targets -- -D warnings