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.1.tar.gz
(386.0 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.1-py3-none-any.whl
(392.3 kB
view details)
File details
Details for the file mashdb-0.1.1.tar.gz.
File metadata
- Download URL: mashdb-0.1.1.tar.gz
- Upload date:
- Size: 386.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1b874d277fcc741cff9cbc50188f62b9ab6c2e2acd446109e1b7a1d2f590315
|
|
| MD5 |
59a86da1b6861e319425c230343a5f71
|
|
| BLAKE2b-256 |
55aea1fad2bc1ceeab644b288285e1e18aa0127a1e03151f620ff6694ad236a1
|
File details
Details for the file mashdb-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mashdb-0.1.1-py3-none-any.whl
- Upload date:
- Size: 392.3 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 |
1d72c414e894845d13edc635cce7f534e99d7978c433ee64e30ff46523c0a669
|
|
| MD5 |
f6a54440cccc95a4c02c2914b892fc70
|
|
| BLAKE2b-256 |
e490cdc0d80f12cba80f9e2d73de907b03175146b5e189c349e0c064a0c3e206
|