Week 4 — Plans for query support

One big feature that is still missing is querying the database, i.e. reading from the databaase by sending queries. In this post, I will share my ideas and plans to implement this feature.

Read more…

Week 2 — Database Entries

The class DatabaseEntry is the main table in the database. Each instance of it is an entry in the database and contains all relevant information in its attributes.

Read more…

Week 1 — The Database class

The class Database is the central element of the project I am working on. It is responsible for connecting to the database, manipulation entries and reading from it.

Read more…

« Page 2 / 2