This python library is an easy way to use mariaDB.
Project description
Maria Easy
This python library is an easy way to use mariaDB.
Installation
To install the latest version use the following command:
pip install maria-easy
Usage
from maria_easy.connector import Connector
conn = Connector(user='root', password='pass', host=mariadb-server, database='test')
conn.execute('create table oloc (a INT) ;')
conn.execute('insert into oloc values (42) ;')
conn.execute('SELECT * from oloc;')
License
ISC
Author information
This code was created in 2023 by Olivier Locard.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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
File details
Details for the file maria_easy-0.0.1-py3-none-any.whl.
File metadata
- Download URL: maria_easy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b986b56146d2ee97ef104a5c175ae9f703fadc06e36411ad447d8d5384a168d
|
|
| MD5 |
0e088d14b47f1a5dc4072ff41505f09e
|
|
| BLAKE2b-256 |
d88dc23f2fd17952af0085685ce3a442aa66397516bb0058cb067336b11a6f83
|