clsql-pg-introspect announcement
Alan Shields <[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
I don't know if this is a good place to announce this or not, but I wrote a small package to help with generating clsql class definitions in Postgres. I wanted to be able to say (gen-view-class tablename) and have it get all the foreign keys and all that good stuff for me. It does. It will also let you do things like get a listing of all the columns in a table, etc, etc. It doesn't handle the inheritance aspects of PostgreSQL right now, but it will soon enough (my project requires that). If I'm feeling frisky, I may add functions to list all the tables in a database/namespace as well. Or I might not. You never know. There's a cliki page with the information: http://cliki.net/clsql-pg-introspect And it's ASDF-install-able Sorry to co-opt the list.... Alan Shields