MySQL is a fast, reliable, and easy to use relational database management system that supports the standardized Structured Query Language.
cl-mysql
is a Common Lisp implementation of a MySQL wrapper.
This library provides Haskell bindings to the MySQL mysqlclient
client library. It is a fairly faithful, low level library that implements most of the MySQL client API. The major departure from the C API is that in Haskell, resource management is mostly automatic and safe.
This library deliberately avoids the question of providing a ``good'' API. Its purpose is to serve as a base upon which higher-level libraries can be built.
This package provides a simple, fast MySQL library for Ruby, binding to libmysql.
cl-mysql
is a Common Lisp implementation of a MySQL wrapper.
cl-mysql
is a Common Lisp implementation of a MySQL wrapper.
This package provides a MySQL driver for the Perl5 Database Interface (DBI).
This package provides pure Erlang MySQL
driver.
This package provides MySQL
driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details.
This package provides MySQL
driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details.
This package provides MySQL
driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details.
guile-dbi
is a library for Guile that provides a convenient interface to SQL databases. This package implements the interface for MySQL.
This library implements mid-level Haskell bindings to the MySQL mysqlclient
client library. It is aimed at speed and ease of use.
guile-dbi
is a library for Guile that provides a convenient interface to SQL databases. This package implements the interface for MySQL.
Crypt::MySQL
emulates the MySQL PASSWORD() function. The module does not depend on an interface to the MySQL database server. This enables the comparison of encrypted passwords without the need for a real MySQL environment.
MySQL::Config
emulates the load_defaults
function from libmysqlclient. It will fill an array with long options, ready to be parsed by Getopt::Long
.
Documentation at https://melpa.org/#/mysql-to-org
MySQLdb is an interface to the popular MySQL database server for Python. The design goals are:
Compliance with Python database API version 2.0 [PEP-0249],
Thread-safety,
Thread-friendliness (threads will not block each other).
This package provides Bundled version of libmysqlclient.
This package provides Bundled version of libmysqlclient.
This package provides auto-generated rust bindings for libmysqlclient.
This package contains a backend for ghc-persistent
using the MySQL database server. Internally it uses the ghc-mysql-simple
and mysql
packages in order to access the database. This package supports only MySQL 5.1 and above. However, it has been tested only on MySQL 5.5. Only the InnoDB storage engine is officially supported.