mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
14 lines
367 B
Ruby
14 lines
367 B
Ruby
# -*- coding: binary -*-
|
|
# "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'
|
|
|