|
|
|
|
|
by joshuahaglund
1041 days ago
|
|
SQLite is much smaller and self-contained than postgres. It's written in ANSI-C and by including one file you have access to a database (which is stored in another single file). It's popular in embedded systems like, I imagine, edge devices |
|