arclanguage / anarki

Community-managed fork of the Arc dialect of Lisp; for commit privileges submit a pull request.
http://arclanguage.github.io
Other
1.17k stars 160 forks source link

add database wrappers #173

Closed kennethrapp closed 5 years ago

kennethrapp commented 5 years ago

wrappers for Racket's DB functions, supports SQL, SQLite and Cassandra.

I've tested queries with an SQLIte in-memory database and it works.

akkartik commented 5 years ago

Wow!!