@topogram/starter-hello-db
v0.1.15
Published
SQLite database lifecycle Topogram starter.
Downloads
1,231
Readme
Topogram Starter: Hello DB
Package-backed SQLite database lifecycle starter for topogram copy.
topogram copy @topogram/starter-hello-db ./hello-dbContract
- Catalog id:
hello-db - Surfaces:
database - Generator:
@topogram/generator-sqlite-db - Runtime stack: SQLite
- Executable implementation: no
- Purpose: database lifecycle starter for schema/migration output without web or API code.
First Run
topogram copy hello-db ./hello-db
cd ./hello-db
npm install
npm run doctor
npm run check
npm run generate