Skip to main content

A simple NoSQL-like interface for SQLite

Project description

Odeta

A simple NoSQL-like interface for SQLite.

Installation

pip install odeta

Usages

Importing the Library

from odeta import odeta

Initializing the Database

db = odeta("my_database.db")
users = db.table("users")

Fetching Data

Fetch all records from the table:

print(users.fetch())

Fetch records that match a specific query:

print(users.fetch({"name": "Bob Johnson"}))

Inserting Data

Insert a new record into the table:

new_user_id = users.put({"name": "Alice Smith", "age": 30})
print(new_user_id)

Updating Data

Update an existing record in the table:

users.update({"name": "Alice Johnson", "age": 31}, new_user_id)

Deleting Data

Delete a record from the table:

users.delete(new_user_id)

Project details


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.21.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

odeta-0.1.21-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file odeta-0.1.21.tar.gz.

File metadata

  • Download URL: odeta-0.1.21.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.2

File hashes

Hashes for odeta-0.1.21.tar.gz
Algorithm Hash digest
SHA256 9996a1db0fef70d9ba0ec473d0b9032a1ce58dec9c1e1d0f9e6f2ca247a4887a
MD5 e3d9ff2c15aa9cf89c7225ae85b0024b
BLAKE2b-256 c58c268fcd1f129f70a5ea48baf785a90353a0aee66483a2a4a7a9ac2b284176

See more details on using hashes here.

File details

Details for the file odeta-0.1.21-py3-none-any.whl.

File metadata

  • Download URL: odeta-0.1.21-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.2

File hashes

Hashes for odeta-0.1.21-py3-none-any.whl
Algorithm Hash digest
SHA256 77cf63cb7471c027ba15a1832d270d3461f995917fa05bd4c4fd9fd9bb32d694
MD5 75dc080ef6ef79f2d4122f76fa101bee
BLAKE2b-256 b7897df195599793260262c3a4073c35942a4ffbc6b834114465b0e0a07a5863

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page