Initial commit

This commit is contained in:
Ted Conbeer 2024-01-08 13:45:20 -07:00 committed by GitHub
commit 6d425d0acd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 1637 additions and 0 deletions

4
README.md Normal file
View file

@ -0,0 +1,4 @@
# harlequin-adapter-template
This repo provides a template you can use to accelerate development of a new [Harlequin](https://harlequin.sh) database adapter.
For an in-depth guide on writing your own adapter, see the [Harlequin Docs](https://harlequin.sh/docs/contributing/adapter-guide).