fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
775 stars 63 forks source link

Usage of db/schema.sql #128

Closed rajasegar closed 1 year ago

rajasegar commented 2 years ago

What is the purpose of the skeleton generated file db/schema.sql in a new project? How can I make use of that with something like sqlite? I was trying to use it like

sqlite3> .read db/schema.sql
sqlite3> .save my-database.db