feat: add basic adapter

This commit is contained in:
Ted Conbeer 2024-01-09 14:47:01 -07:00
commit bc2c053d90
16 changed files with 696 additions and 368 deletions

9
Makefile Normal file
View file

@ -0,0 +1,9 @@
.PHONY: serve
serve:
harlequin -a odbc "${ODBC_CONN_STR}"
.PHONY: lint
lint:
black .
ruff . --fix
mypy