Documentation ¶
Overview ¶
Package sqlitestore is the SQLite implementation of the Store type.
Note that we will use a mutex to ensure consistency when using SQLite 3. You can compile SQLite 3 so that it is multithread safe, and you might be tempted to try to do that, but eventually you will find that this is more trouble than it is worth and change your mind. Besides, this implementation of Store actually benefits from lack of performance because it will make you think twice about your interaction with the persistence layer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.