1. Added README with instruction how to use https://app.chartdb.io

2. Added command to export schema from sqlite database
This commit is contained in:
2025-02-28 14:41:40 +01:00
parent 1f4ad77acc
commit 88b68d0e6e
2 changed files with 173 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# Create DB Schema in chartdb.io
1. go to https://app.chartdb.io
2. klick "Import"
2. execute in terminal: `sqlite3 db.sqlite3 <create_schema_chartdb.io > import_chartdb.io`
3. copy contents of `import_chartdb.io`