Manage Personal Accounts
← Return to Projects
This demo shows an account management program created using a flat-file relational database. There are 2 data tables - 'accounts' and 'categories', and relationships are established with key-value pairs. All are stored as text files and converted to arrays for processing.