X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=doc%2Fpostgresql;h=6e5bb4f24837d0bf512b7b01111e117f6a64e29e;hb=9d93ddc5daf9a96e7fcd5d9ef7fac0ddba68feb9;hp=2bd0b74d09f63e81793b9e5b9447fee0edcb7bc1;hpb=c40860f8f6073bf2e89beb08857b7e5b1cfb39bc;p=mono.git diff --git a/doc/postgresql b/doc/postgresql index 2bd0b74d09f..6e5bb4f2483 100644 --- a/doc/postgresql +++ b/doc/postgresql @@ -1,98 +1,208 @@ -* PostgreSQL Data Provider +* PostgreSQL and Mono + + When it comes to Mono and PostgreSQL, there are many ways + you can handle your data. You have many Mono Data Providers which can be used + to access data from a application written for Mono. + Then there is the future goal of having the ability to host Mono within PostgreSQL to + have the applications run on the server which makes things much faster. + +* Hosting Mono in PostgreSQL + + There is a project to host Mono within PostgreSQL. + + 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 many ADO.NET data providers for PostgreSQL: + + There are two providers created specifically for PostgreSQL included with Mono: