Set up your development environment for IlanaORM
What is a Database?
What are Tables?
What is an ORM?
npx ilana setup
, your project will have this structure:
models/
- The catalog system (how you find books)migrations/
- The blueprints for building shelvesseeds/
- The initial books you put on shelvesfactories/
- The system for generating fake books for testing.env
file in your project root:
ilana.config.js
should load environment variables:
.sqlite
file.