Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/postgres_msf.rb
21463 views
1
# -*- coding: binary -*-
2
# "Pure Ruby PostgreSQL interface," also known as "Postgres-PR" is:
3
# Copyright (c) 2005, 2008 by Michael Neumann ([email protected]).
4
#
5
# Postgres-PR is released under the same terms of license as Ruby.
6
#
7
# The Ruby License is:
8
# http://www.ruby-lang.org/en/LICENSE.txt
9
#
10
11
require 'postgres/postgres-pr/postgres-compat'
12
require 'stringio'
13
14
15