Ask HN: Strict alternatives to SQLite?

https://news.ycombinator.com/item?id=17433901
by torrance • 8 years ago
3 2 8 years ago

I love using SQLite for small (and even large) amounts of data and giving me a fast and efficient SQL frontend to query it all. But I don’t love SQLite’s decision to forgo type safety, foreign key constraints and all that. Are there alternatives that give me the simplicity of SQLite with the data safety of traditional databases?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com