|
|
|
@ -1,8 +1,14 @@
|
|
|
|
|
# More SQL Parsing!
|
|
|
|
|
# AQuery Compiler
|
|
|
|
|
|
|
|
|
|
[](https://pypi.org/project/mo-sql-parsing/)
|
|
|
|
|
[](https://travis-ci.com/github/klahnakoski/mo-sql-parsing)
|
|
|
|
|
AQuery Compiler that compiles AQuery into [K9](https://shakti.com/).
|
|
|
|
|
Frontend built on top of [mo-sql-parsing](https://github.com/klahnakoski/mo-sql-parsing).
|
|
|
|
|
|
|
|
|
|
## Roadmap
|
|
|
|
|
- [ ] SQL Parser -> AQuery Parser
|
|
|
|
|
- [ ] -> AQuery-K9 Compiler
|
|
|
|
|
- [ ] -> Optimizing Compiler
|
|
|
|
|
|
|
|
|
|
# Descriptions from mo-sql-parsing:
|
|
|
|
|
|
|
|
|
|
Parse SQL into JSON so we can translate it for other datastores!
|
|
|
|
|
|
|
|
|
|