cookiedb-client

A client for manipulating CookieDB Server databases.


Keywords
database, server, noSQL, cookiedb, client-side, database-server
License
GPL-3.0
Install
pip install cookiedb-client==1.0.0

Documentation

CookieDB Client

The CookieDB Client is a client for the CookieDB Database Server where you can create, get, update and delete data in a remote database. This project uses class with the same methods as the CookieDB database, so if you want to use it to connect to a CookieDB server, you must learn to use the database first.

See CookieDBClient in use in this simple example.

License

Apache License Version 2.0
Copyright 2023 Jaedson Silva

This project uses the Apache 2.0 License. Please see the license file to more informations.