A practical relational query compiler in 500 lines of code

from blog Scattered Thoughts, | ↗ original
Imp needed a relational database that is simple enough to experiment with but fast enough to power real applications. Relational databases are usually complicated beasts. Even SQLite, a relatively lightweight database, is 116,000 lines of code. Its btree...