There's some issue with SQLite, I've worked on a custom driver to make it work, but now I'm not sure to continue supporting this database. Try out H2, it's much better all around in the small embedded database category.
On Friday, July 27, 2012 12:53:58 PM UTC-4, Andrew Cholakian wrote:
I've been getting this error following the readme example: IllegalArgumentException A schema definition needs at least a name. lobos.schema/name-required (schema.clj:70)
Any idea? The stack trace isn't very insightful. The only change I made is using sqlite as an adapter.