Registry / database / do-mysql

do-mysql

JSON →
library0.10.17rbrubygemsunverified

Implements the DataObjects API for MySQL, providing a database driver for MySQL.

gem install do_mysql
INSTALL
IMPORT
SIG · DO-MYSQL
D
do-mysql
databaserubyv0.10.17
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataObjects
require 'do_mysql'

Connects to a MySQL database and executes a simple query using the DataObjects API.

require 'do_mysql' connection = DataObjects::Connection.new('do_mysql://user:pass@localhost/db') result = connection.create_command('SELECT 1').execute_reader result.close connection.close
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.17latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
do-mysql — gem install do-mysql · libregistry