Hacker News new | ask | show | jobs
by greatgib 698 days ago
Often SQLite is what you will get, quite anywhere. But you might not be able to install so easily extensions.

Also a key value of SQLite is to be quite self contained and easy to build without strong dependency.

Finally, I'm not an expert of SQLite extensions, but I think that you will easily have a strong impact on performance using the extension for core type that you might use a lot in big tables.