Y
Hacker News
new
|
ask
|
show
|
jobs
by
ComputerGuru
687 days ago
SQLite doesn’t require a file system per se, as you can create an in-memory db and then use vfs to load/write the actual data from/to your IO layer.