Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Morgan <monodanmorg@yahoo.com>2003-11-03 04:53:38 +0300
committerDaniel Morgan <monodanmorg@yahoo.com>2003-11-03 04:53:38 +0300
commitf11ddb1a399b3488214a6d67b830602542ceb69f (patch)
tree3b44495d27734d465990f821df7e4426dfd71e0b /web/postgresql
parent0befeb6efb7dcca7adc074222d48445c455a3026 (diff)
update postgresql web page
svn path=/trunk/mono/; revision=19563
Diffstat (limited to 'web/postgresql')
-rw-r--r--web/postgresql16
1 files changed, 15 insertions, 1 deletions
diff --git a/web/postgresql b/web/postgresql
index 89e614fa2b4..6e9643af234 100644
--- a/web/postgresql
+++ b/web/postgresql
@@ -1,4 +1,18 @@
-* PostgreSQL Data Provider
+* PostgreSQL and Mono
+
+ When it comes to Mono and PostgreSQL, there are many ways
+ you can handle your data. You have Data Providers which can be used
+ to retrieve or manipulate data from a remote application written for Mono.
+ Then you have the ability to host Mono within PostgreSQL to
+ have the applications run on the server which makes things faster.
+
+* Hosting Mono in PostgreSQL
+
+ There is a project to <a href="http://gborg.postgresql.org/project/plmono/projdisplay.php">host Mono within PostgreSQL</a>.
+
+ plMono is a PostgreSQL language using the embedded Mono runtime. It provides support for writing functions in C#, or any other language that supports .NET.
+
+* Data Providers
There are two ADO.NET data providers for <a href="http://www.postgresql.org/">PostgreSQL</a> in Mono: