diff --git a/README.rst b/README.rst index c1eb888..d7caaf3 100644 --- a/README.rst +++ b/README.rst @@ -33,10 +33,11 @@ Calibrestekje is a Python library which provides a way to work with the `Calibre`_ database outside the context of the Calibre desktop and web interfaces. -Generated `SQLAlchemy`_ database bindings (see `sqlacodegen`_ for -more) are provided which allow for read/write access to an existing Calibre +Generated `SQLAlchemy`_ database bindings (see `sqlacodegen`_ for more) +are provided which allow for read/write access to an existing Calibre database. These bindings are more fine grained than Calibres `database -interface`_ and provide direct access to the Database table layer. +interface`_ and provide direct access to the Database table layer. The +bindings are generated from Calibre version ``2.75.1``. A `flask`_ extension is also provided for getting started with web prototyping. Please see `flask-calibrestekje`_ and `the flask usage documentation`_ for diff --git a/docs/source/examples.rst b/docs/source/examples.rst index aaf3cfa..1757f97 100644 --- a/docs/source/examples.rst +++ b/docs/source/examples.rst @@ -13,8 +13,6 @@ The `querying`_ documentation is particularly useful. Please also see the use. The following examples are laid out in a "cookbook" style. Hopefully there is something useful in here for you. -The bindings are generated from Calibre version ``2.75.1``. - .. _SQLAlchemy: https://docs.sqlalchemy.org/en/13/ .. _querying: https://docs.sqlalchemy.org/en/13/orm/tutorial.html#querying