Skip to content

First alpha release

Compare
Choose a tag to compare
@MatteoGuadrini MatteoGuadrini released this 04 Aug 15:30
· 625 commits to main since this release

Release note

nosqlapi is a library for building standard NOSQL python libraries.

Introduction

This library is defined to encourage similarity between Python modules used to access NOSQL databases. In this way, I hope for consistency that leads to more easily understood modules, code that generally gets more portability across databases and a broader scope of database connectivity from Python.

This document describes the Python NOSQL database API specification.

Installation

$ pip install nosqlapi

Test!

In the test package, you will find examples for all four database types, which respect the APIs defined by this package.

$ git clone https://github.com/MatteoGuadrini/nosqlapi.git
$ cd nosqlapi
$ python -m unittest discover tests