mechatroner·4 年前·議論Interesting, I assume SPyQL uses eval internally? Couple of years ago I wrote [RBQL](https://rbql.org) which is based on exact same principle and also supports JS expressions, would be curious to compare design deccisions in SPyQL and RBQL.
mechatroner·5 年前·議論Another one: RBQL (https://rbql.org/) - It doesn't use sqlite (or any other database) and provides either SQL/Python syntax or SQL/JavaScript syntax.