forked from npgsql/npgsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (33 loc) · 1.11 KB
/
index.html
File metadata and controls
42 lines (33 loc) · 1.11 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
<html><head>
<title>Npgsql</title>
<meta http-equiv="content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-Style-Type" content="text/css">
<meta http-equiv="expires" content="">
<meta name="category" content="">
<meta name="filename" content=".htm">
<meta name="date" content="2002-06-12">
<meta name="author" content="Ulrich Sprick">
<meta name="robots" content="nofollow">
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="stylesheet" href="global.css">
<script language="JavaScript" src="global.js"></script>
</head><body>
<h1 align=center>Npgsql Documentation Homepage</h1><hr>
<table width=100%>
<tr>
<td width=33% align=right><a href="SuggestedReadings.htm">Table of Contents</a> →</td>
</tr>
</table><hr>
<center>
<p><img src="pegasus.jpg"></p>
<h2>Npgsql</h2>
<p>A portable, fast and reliable .NET Data Provider for PostgreSQL</p>
<p>Implemented in C#</p>
<p>Based on the PostgreSQL Frontend/Backend Protocol V2.0</p>
<p>Copyright © 2002 <a href="thenpgsqldevelopmentteam.htm">The Npgsql Development Team</a></p>
<hr>
<p></p>
</center>
</body>
</html>