feat: add basic adapter
This commit is contained in:
parent
6d425d0acd
commit
bc2c053d90
16 changed files with 696 additions and 368 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.PHONY: serve
|
||||
serve:
|
||||
harlequin -a odbc "${ODBC_CONN_STR}"
|
||||
|
||||
.PHONY: lint
|
||||
lint:
|
||||
black .
|
||||
ruff . --fix
|
||||
mypy
|
||||
Loading…
Add table
Add a link
Reference in a new issue