SkillAgentSearch skills...

Umysqldb

A DB-API compatible wrapper for umysql

Install / Use

/learn @hongqn/Umysqldb
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

======== umysqldb

A MySQLdb compatible wrapper around ultramysql_.

.. _ultramysql: https://github.com/esnme/ultramysql

Usage

::

import umysqldb umysqldb.install_as_MySQLdb() import MySQLdb MySQLdb is umysqldb True conn = MySQLdb.connect(host='localhost') curs = conn.cursor() curs.execute("select 1") 1 curs.fetchone() (1L,) conn.close()

.. image:: https://travis-ci.org/hongqn/umysqldb.png?branch=master,develop :alt: Build Status :target: https://travis-ci.org/hongqn/umysqldb

View on GitHub
GitHub Stars115
CategoryData
Updated2y ago
Forks21

Languages

Python

Security Score

65/100

Audited on Oct 13, 2023

No findings