Skip to content

Hold the database as an SQL schema, not binary db#3

Open
CarbonNotes wants to merge 1 commit intoOrendCross:mainfrom
CarbonNotes:database-as-sql
Open

Hold the database as an SQL schema, not binary db#3
CarbonNotes wants to merge 1 commit intoOrendCross:mainfrom
CarbonNotes:database-as-sql

Conversation

@CarbonNotes
Copy link
Copy Markdown
Contributor

This can be loaded in from the sqlite command line as

sqlite3 yourdb.db

> .read songRequestDb.sql
> .quit

This way changes to the database can be tracked in text.

This can be loaded in from the sqlite command line as

    sqlite3 yourdb.db

    > .read songRequestDb.sql
    > .quit

This way changes to the database can be tracked in text.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant