Uploaded at Apr 1 12:01:43 2020 (UTC)

Curry Package keydb

keydb: Database access for entities stored with unique keys

This package contains a library to provide a general interface for accessing databases where each entry consists of a key and an info part. The key is an integer and the info is arbitrary. All functions are parameterized with a dynamic predicate that takes an integer key as a first parameter.

This current library is based on the SQLite database engine. In order to use it you need to have sqlite3 in your PATH environment variable or adjust the value of the constant path'to'sqlite3 in the library.



Download

Checkout with CPM:
cypm checkout keydb 1.0.0
Package source:
keydb-1.0.0.tar.gz [browse]
Source repository:
https://git.ps.informatik.uni-kiel.de/curry-packages/keydb.git