Dali in the university project on the lab. You need to make an application that will implement simple database capabilities, with maintenance in the console.
Requirements:
- Data stored in a text file (read and write).
- View the contents of the database.
- Adding an entry to the end.
- Edit selected entry, more or less folded view. But I decided for my own skills to try to implement something more complicated: the ability to work CRUD sql commands, in their most primitive form, and so that it works accordingly through the console. The application was launched, the database was selected, the "sql command" was entered. But here are the problems, I don’t really understand how.
- Delete the selected entry.
- Record search based on specified conditions.
- Sort entries by selected conditions.
In principle, how to implement this? Therefore, I would be grateful for the general idea of the work or the push in the form of links.
Thank.