A simple NoSQL-like interface for SQLite
Project description
OdetA
A simple NoSQL-like interface for SQLite.
Installation
pip install odeta
'''
## Usages
'''
from odeta import NoSqlite
db = NoSqlite("my_database.db")
users = db.table("users")
print(users.fetch())
print(users.fetch({"name" : "Bob Johnson"}))
'''
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
odeta-0.1.0.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
odeta-0.1.0-py3-none-any.whl
(2.5 kB
view details)
File details
Details for the file odeta-0.1.0.tar.gz.
File metadata
- Download URL: odeta-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9c21eabe3e37c81d174c4bf8df77d8e129683459d545730237da9d4735587d7
|
|
| MD5 |
fa54a39dbf2c37b09de725e14a24fe9f
|
|
| BLAKE2b-256 |
44c6ea9ac7b5558b2d44e6a03141e7d588e69d95b7e5342e66752ef6dcd0dcd1
|
File details
Details for the file odeta-0.1.0-py3-none-any.whl.
File metadata
- Download URL: odeta-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a348200f6ec7589c36f21ab0ddd2ce3b4d952622cae182a4fade2b3a0c240bc
|
|
| MD5 |
992571873caa962ca9522f8bb6e0e852
|
|
| BLAKE2b-256 |
9e0ccda2e4e2ace3970993e15a443b25af8422109f0de8a1aaa9dc34f19584d4
|