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.
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.
It is now possible to assign tags to 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.
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.
This post explains one way of implementing a class that is able to undo and redo each called command. The explained technique will be used in my GSOC project, but I will describe it here in a general way so that it can be adapted to your needs.
I have found out that I am accepted for GSOC and am pretty excited!
Vim color schemes define how syntax highlighting is done when editing files in (g)vim. This article explains how to use such a vim color scheme for code blocks in articles which use the library pygments to highlight code.
« Page 2 / 2