13 lines
342 B
Ruby
13 lines
342 B
Ruby
# "Pure Ruby PostgreSQL interface," also known as "Postgres-PR" is:
|
|
# Copyright (c) 2005, 2008 by Michael Neumann (mneumann@ntecs.de).
|
|
#
|
|
# Postgres-PR is released under the same terms of license as Ruby.
|
|
#
|
|
# The Ruby License is:
|
|
# http://www.ruby-lang.org/en/LICENSE.txt
|
|
#
|
|
|
|
require 'postgres/postgres-pr/postgres-compat'
|
|
require 'stringio'
|
|
|