Databases Overview
| Database | Notes | Best for |
|---|---|---|
| Postgresql | current industry standard | selfhosting |
| Sqlite | in single process with code, low latency | small apps read heavy few concurrent users, embedded, phone apps |
| Mysql | used in wordpress | |
| Oracle DB | secure and fault tolerant, managed | oracle ecosystem |