[PROPOSAL] Build database schema on push
Open
enhancement
- Dominant language
- Go
- Stars
- 23
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
```console
lino push --create-schema insert target-db
```
Will create
- tables
- columns
- primary keys
- foreign keys
Based on the first data line encountered on each table.
Other possibility, a new push action
```console
lino push schema target-db
```
Contributor guide
Assessment
This issue has not been assessed yet.