Exsql: An open-source SQL language extension for customizable querying

2 Greem 1 6/22/2025, 12:21:33 AM github.com ↗

Comments (1)

Greem · 8h ago
I have started to create a new open source project called EXSQL, which is a direct improvement to SQL, adding more modern enhancements and better syntax for complex applications.

# What is EXSQL about?

Enhanced and eXtended Structured Query Language is actually a transpiler (like JSX), which seeks to improve SQL by simplifying tasks and improving the syntax, such as inheritance in databases, making it a rather complicated and exhausting task, instead, thanks to EXSQL we could do something like “SUBTYPE OF” in a CREATE TABLE and it would generate all the necessary logic for the database but we would be using EXSQL to do everything.

# What I have done with the project so far

Right now I just did something simple (and not working) with python and Lark and created the repository where the project will be saved. I'm currently looking for feedback and help to carry out the project.

Github Repository: https://github.com/Greem3/EXSQL