Skip to main content

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


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

maria_easy-0.0.1-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

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