SySoft is a convenient interface for storing every kind of information. The information is stored in a Sqlite provided database. The user can create, rename or delete fields. Search function is supported, as well.
- Build the project using maven.
- Find the
sysoft-1.0.jar
executable under thetarget
directory. - Execute it keeping
Records.sqlite
file from theresources
directory in the same path assysoft-1.0.jar
.
SySoft can store every kind of information. In the resources directory there is a database with an already constructed database including a table. The database should contain 4 fields that cannot be deleted. An id field which is not visible, and other 3 fields. On top of this, the most significant operations are:
- Create a new field.
- Delete a field.
- Rename a field.
- Extraction of a record to QR code.
- Update a record.
- Delete a record.
- Create a record.
- Search using 2 different selected fields.
- Show all the records.