dbnest-0.1.1 is not a library.
Quickstart
- Create a SQLite database
List instances
- Define schema Create a schema file or directory layout
schema.json:
{
{
{ }
{ }
{ }
{ }
}
}
Or a directory layout:
with columns.json and indexes.json containing the respective table schema.
- Generate SQL from schema (plan)
or
- Apply schema to database (apply)
or
License
MIT