A Python interface for MashDB database
Project description
MashDB
A lightweight Python interface for database operations with JSON support.
Features
- Simple and intuitive query interface
- JSON output support
- Easy integration with Python applications
Installation
pip install mashdb
Usage
from mashdb import query
# Execute a simple query
result = query("SELECT * FROM your_table;")
# Get results as JSON
result_json = query("SELECT * FROM your_table;", as_json=True)
License
MIT - See LICENSE for more information.
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
mashdb-0.1.0.tar.gz
(386.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
mashdb-0.1.0-py3-none-any.whl
(392.4 kB
view details)
File details
Details for the file mashdb-0.1.0.tar.gz.
File metadata
- Download URL: mashdb-0.1.0.tar.gz
- Upload date:
- Size: 386.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
419b9211ec8123c17368040cca7c07254d118e3b4e7e18b443af23d616eed45c
|
|
| MD5 |
68e069d884cdb3c0edded397c5247701
|
|
| BLAKE2b-256 |
c7eef322efda3cdf6201a8b56465fd64136b421a0d49f8fa107b1621dc326afa
|
File details
Details for the file mashdb-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mashdb-0.1.0-py3-none-any.whl
- Upload date:
- Size: 392.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
669bf95b3b5536a4231ee3cced9ef6c11badbcdb6828209afb43eb17df0ddfe8
|
|
| MD5 |
5554b9d3039d53c5de836ba9887ab090
|
|
| BLAKE2b-256 |
ff6251fb8035149adef5fcc51047dd56de543531ceddb6143b8789920866148f
|