forked from mneumann/postgres-pr
-
Notifications
You must be signed in to change notification settings - Fork 2
A pure-Ruby (pr) library for accessing PostgreSQL databases
kashif/postgres-pr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
= Pure Ruby PostgreSQL interface This is a library to access PostgreSQL (>= 7.4) from Ruby without the need of any C library. == Author and Copyright Copyright (c) 2005, 2008 by Michael Neumann ([email protected]). Released under the same terms of license as Ruby. == Homepage http://rubyforge.org/projects/ruby-dbi == Quick Example > gem install postgres-pr > irb -r rubygems Then in the interactive Ruby interpreter type (replace DBNAME and DBUSER accordingly): require 'postgres-pr/connection' c = PostgresPR::Connection.new('DBNAME', 'DBUSER') c.query('SELECT 1+2').rows # => [["3"]]
About
A pure-Ruby (pr) library for accessing PostgreSQL databases
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Ruby 100.0%