eudoxia0 / crane

An ORM for Common Lisp.
http://eudoxia.me/crane/
201 stars 19 forks source link

Introspection #21

Open eudoxia0 opened 9 years ago

eudoxia0 commented 9 years ago

Synopsis

Crane is a database-agnostic ORM, but when poking around an existing database, users have to go back to a command line tool specific to it (sqlite3, psql) or an external GUI tool. Having functionality to explore databases in a backend-agnostic manner would be good.

Features