Let’s put an end to the age-old database debate, shall we?
flowchart TD
B{Can you use SQLite?}
B -->|Yes| C[Use SQLite]
B -->|No| D{Can you use PostgreSQL?}
D -->|Yes| E[Use PostgreSQL]
D -->|No| F{Do you need a database at all?}
F --> |Maybe, I don't| Well...
F --> |Maybe, I don't| Well...
Want to explore instead? Fly with the time capsule 🛸
Preslav Rachev