Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tmtm-ruby-mysql

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmtm-ruby-mysql

  • 3.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= ruby-mysql

== Description MySQL connector for Ruby.

ALPHA バージョンです。将来のバージョンで互換がない変更がされる可能性があります。

== Installation

ruby setup.rb

=== Gem Installation

gem install tmtm-ruby-mysql --source http://gems.github.com

== Features/Problems

  • Ruby だけで書かれているのでコンパイル不要です。
  • Ruby 1.9 の M17N に対応しています。
  • Ruby/MySQL 0.x, MySQL/Ruby 2.x とは互換がありません。 require "mysql/compat" すれば、MySQL/Ruby 2.x 用のプログラムもそこそこ動くかもしれません。
  • 英語ドキュメントがありません。

== Synopsis

使用例:

Mysql.connect("mysql://username:password@hostname:3306/dbname") do |my| my.query("select col1, col2 from tblname").each do |col1, col2| p col1, col2 end my.query("insert into tblname (col1,col2) values (?,?)", 123, "abc") end

== Copyright

Author:: tommy tommy@tmtm.org Copyright:: Copyright (c) 2009 tommy License:: Ruby's

FAQs

Package last updated on 10 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc