jdbase-client is a ORM for JDBase
Project description
jdbase
jdbase-client is a ORM for JDBase
Table of Contents
Introduction
jdbase-client
is a Python library designed to provide a convenient interface for interacting with JDBase remote database via an HTTP API. It simplifies common database operations such as creating, reading, updating, and deleting records, as well as performing custom queries. This library assumes that a compatible server is running and accessible at the provided API endpoin
Installation
To install jdbase-client, simply use pip:
pip install jdbase-client
Usage
from jdbase_client import Database
# Configuration settings
config = {
'api_key': 'adminkey',
'api_endpoint': 'http://127.0.0.1:5000/api',
'db': 'db2'
}
# Instantiate the Database object
db = Database(config)
# Example usage: Matching records
matching_records = db.match({"id": 2, "age": 30})
print(matching_records)
For More Read Docs HERE
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jdbase-client-1.0.1.tar.gz
(2.2 kB
view hashes)
Built Distribution
Close
Hashes for jdbase_client-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19ebb994b0cf6995171d97e6ce4f712e8cb864d0e97b6518042a3bb8c59377e4 |
|
MD5 | 40c3b8c5e211cf339807a23964bf4f86 |
|
BLAKE2b-256 | 5be39a4c0b0ed5c8162208f36a2338f35dd78b85ab7f04f4741350e0c71f822b |