svg and md files for bookbiz
md
https://drive.proton.me/urls/CV4JMRZKAM#tbti0kFmVIKl
svg
https://drive.proton.me/urls/YR4QNWZMD4#O3Cde64RQKUJ
svg and md files for bookbiz
md
https://drive.proton.me/urls/CV4JMRZKAM#tbti0kFmVIKl
svg
https://drive.proton.me/urls/YR4QNWZMD4#O3Cde64RQKUJ
#dbschema
Sample of dbschema pdf output for bookbiz
How to output diagram outputs using dbschema...
Here's the downloadable sqlite tuned/tweaked version of bookbiz...
Here's the downloadable sqlite tuned/tweaked version of bookbiz...
# #dt260208
# #sql
# #primarykey
# #foreignkey
# #SQLite
I had chatgpt refactor the bookbiz database schema (from PracticalSQL book 2nd ed). It added primary and foreign keys. I then had it refactor for SQLite specifically.
https://chatgpt.com/share/69894b9c-b944-8008-b758-b283987b4086
...
Highlights:
1. SQLite-Idiomatic Schema (Clean Rewrite)
Global settings (critical in SQLite)
PRAGMA foreign_keys = ON;
PRAGMA journal_mode = WAL;
PRAGMA synchronous = NORMAL;
#SQL
#PracticalSQL
#index.txt
I created a [email protected] account.
Uploaded my short-term goals for keeping my
hand in on SQL…