Viewing profile — joocer
joocer
HN member- Joined
- Mon, Jan 02, 2023, 4:41 PM UTC
- HN karma
- 2
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About joocer
No profile information was provided.
Recent public activity
-
comment
Comment #34225145
It uses https://github.com/sqlparser-rs/sqlparser-rs as the parser and lexer. The binder, planner, optimizer and executor are in Python. The optimizer stage only works on the logic…
-
comment
Comment #34219980
Thanks for sharing. I have a SQL Engine in Python too ( https://github.com/mabel-dev/opteryx ). I focused my initial effort on supporting SQL statements and making the usage feel l…