Y
Hacker News
new
|
ask
|
show
|
jobs
by
AlfeG
1988 days ago
That's good. But single file could break on powerloss. I use sqllite. It's quite easy to use, not a single line though.
1 comments
masklinn
1988 days ago
Their point about schema migration is completely true though. An SQLite db is extremely stateful, and querying that state in order to apply schema migrations (for both the data schema and the indexes) is bothersome.
link