Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PROPOSAL] Build database schema on push #24

Open
adrienaury opened this issue Jun 16, 2021 · 0 comments
Open

[PROPOSAL] Build database schema on push #24

adrienaury opened this issue Jun 16, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@adrienaury
Copy link
Member

adrienaury commented Jun 16, 2021

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

lino push schema target-db
@adrienaury adrienaury added the enhancement New feature or request label Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant