0
comment
on 12/23/2013 4:21 PM
The latest version of the SQL provider can be found on github or at nuget.   PostgreSQL The provider now has support for connecting to PostgreSQL databases! How exciting. Like SQLite, this new mode uses dynamic assembly loading and is based on the .NET connector libraries here.   Once you have your Npgsql libraries you can connect yourself up easily as so: type sql = SqlDataProvider< @"Server=localhost;Port=5432;Database=world;user=postgres;password=sekret;",  Common.DatabaseProviderT[...]
>> Read the full article on www.pinksquirrellabs.com
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper