Skip to content

I'm trying to build a DBMS for accounting as a learning project.

Notifications You must be signed in to change notification settings

abdulaziz-sama/accounting_db

Repository files navigation

Run ./main database_filename to start the program and create a database file with the chosen name

You can create a new database file by running: CREATE database_filename

To Append record to a file run: APPEND RECORD {Debit_account_name : number , Credit_account_name : number} database_filename

To select all record from a file, run: SELECT database_filename

About

I'm trying to build a DBMS for accounting as a learning project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published