CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

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