Starting my 2nd official Java Project (The 1st one isnt on here) today! I've been facinated by SQL and how it handle's servers, databases, entry, and a whole bunch of other stuff. So I decided to make my own SQL Clone called BirdNest. (The "official" name is BDL or BirdNest Database Language but nobody really cares about that). The name is inspired by my High School APCSA teacher's last name, Crow. Ya'see what I did there?
Objectives:
- Create a working version with about 1/2 of the features that I want (I'll list them in the chat and not here
- Make the language easy to learn, understand, and use effectively.
- Utilize this project in another project. I want to make a web-app using BDL andother front-end applications.
Technologies & Libraries utilized for this project
Java 17
JavaFX
Swing
MySQL (Inspiration for the syntax)
Lombok
Bytebuddy (Dynamic Classes and Dynamic interaction
Maven
Progress (UPDATED CASUALLY)
I'm about **40% **done. I HAVE A SEMI-WORKING VERSION OF THE PROJECT! It is definetly NOT done, or fully working, but it compiles! yey. Massive work was done on the systems and everything should be baseline.
TERMINAL ✅
DOCUMENTATION ✅
CODE 🟧
UNIT TESTS 
Current Version: 1.0.0
Any contributions/feedback/ or suggestions are highly appreciated so I can get this thing moving already!
Github Repo (Finally figured it out, yey):
https://github.com/HMythical/Birdnest-Database-Language-