6 ms·
I do web dev now, but it reminded me of good times coding in Julia. Like I once wanted to have my own syntax for querying a SQLite, so built my own ORM. The qu
by asjir 2y ago
I do web dev now, but it reminded me of good times coding in Julia.
Like I once wanted to have my own syntax for querying a SQLite, so built my own ORM. The query syntax is defined in like 50 lines of code. Doc for it here [1]
1. https://asjir.github.io/FunnyORM.jl/dev/#FunnyORM.TableQuery https://asjir.github.io/FunnyORM.jl/dev/#FunnyORM.TableQuery