CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/postgres_msf.rb
Views: 1903
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