|
|
|
|
|
by joppy
1168 days ago
|
|
SQLite is so modular that someone could write a replacement for the filesystem layer that ended up sending requests across HTTP to query a database on another server [1]. Without touching any other layer of the code. How much more modular do you want a database to be, without making other compromises? [1]: https://phiresky.github.io/blog/2021/hosting-sqlite-database... |
|