You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Java-based prototype DBMS with a console interface. It supports SQL queries for creating, selecting, and inserting data, includes two-factor authentication, and manages transactions with ACID properties. Data is stored persistently in a custom text format, adhering to SOLID design principles.