This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
v0.4.0 - SQL Inserts
Pre-release
Pre-release
FeOphant now supports a simple SQL insert of values.
A basic pipeline for query execution has been built based on the Postgres model.
- Query String -> sql_parser -> ParseTree
- ParseTree -> analyzer -> QueryTree
- QueryTree -> rewriter -> QueryTree
- QueryTree -> planner -> PlannedStatement
- PlannedStatement -> executer -> do stuff