Light Weight DBMS is a standalone java project that provides the Database Management functionalities using a command-line application. It provides login and sign-up feature. It has functionalities similar to other Database Management Tools like processing DML and DDL queries and also transaction management.
- User Authentication (Login & Signup)
- Processing DDL queries.
- Processing DML queries.
- Transaction management.
- Java - Backend Programming Language.
- Java 8
-
Open the project folder in Intellij IDEA.
-
IntelliJ IDEA setup
- In settings find Actions on Save and enable all options except build code.
-
To run the project
- To run the project find a
LightWeightDbmsApplication
class and run that as a Java application.
- To run the project find a