File: about.html

package info (click to toggle)
libpgjava 42.2.5-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,136 kB
  • sloc: java: 57,821; xml: 1,135; sh: 307; perl: 99; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 1,299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: default
title: PostgreSQL JDBC About
resource: ../media
nav: ../
---

{% include submenu_about.html %}

				<div id="pgContentWrap">
					<h1>About</h1>
					<p>
						<strong>PostgreSQL JDBC Driver</strong> (<em>PgJDBC</em> for short) allows Java programs to connect to a PostgreSQL database using standard,
						database independent Java code. Is an open source JDBC driver written in Pure Java (Type 4), and communicates in
						the PostgreSQL native network protocol.<br/><br/>
						The current version of the driver should be compatible with <strong>PostgreSQL 8.2 and higher</strong>,
						and <strong>Java 6</strong> (JDBC 4.0), <strong>Java 7</strong> (JDBC 4.1), <strong>Java 8</strong> (JDBC 4.2) and <strong>Java 9</strong>.<br/><br/>
					</p>
				
					<hr />
					<h1>Features</h1>
					<p>
						The driver provides a reasonably complete implementation of the JDBC specification in addition
						to some PostgreSQL specific extensions. Our goal is nothing short of full compliance, but we're not
						there yet. Some features require additional backend support and others just need someone to implement
						them. For a list of what still needs to be done see our <a href="../development/todo.html">Todo</a>
						list. 
					</p>
				</div> <!-- pgContentWrap -->