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
Close
Hashes for maria_easy-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b986b56146d2ee97ef104a5c175ae9f703fadc06e36411ad447d8d5384a168d |
|
MD5 | 0e088d14b47f1a5dc4072ff41505f09e |
|
BLAKE2b-256 | d88dc23f2fd17952af0085685ce3a442aa66397516bb0058cb067336b11a6f83 |