Usage

This chapter describes how ctypes-ejdb can be used to manipulate an EJDB instance.

Tutorial

Before we start, make sure you have both ctypes-ejdb and EJDB installed. See Installation for instructions. The following should run without an exception:

import ejdb

Getting a Database

When working with ctypes-ejdb, the first step is to create a Database instance to a new or existing database file.

Todo

  • Finish this tutorial.