From e70afae8498c3b7d2be4cd6a6f541c82ea3996a2 Mon Sep 17 00:00:00 2001 From: sunyinqi0508 Date: Fri, 7 Jan 2022 11:25:18 -0500 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0809051..a0687e0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ -# More SQL Parsing! +# AQuery Compiler -[![PyPI Latest Release](https://img.shields.io/pypi/v/mo-sql-parsing.svg)](https://pypi.org/project/mo-sql-parsing/) -[![Build Status](https://app.travis-ci.com/klahnakoski/mo-sql-parsing.svg?branch=master)](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!