Blog articles of F#unctional Londoners

0
comment
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[...]
0
comment
comment
on 12/14/2013 11:29 AM
The SqlProvider now supports experimental SQLite access.
You can achieve this by supplying the SQL provider some additional static parameters
type sql = SqlDataProvider< @"Data Source=F:\sqlite\northwindEF.db;Version=3",Common.DatabaseProviderTypes.SQLITE,@"F:\sqlite\3\" >
As you can see, you can now pass SQLITE as the DatabaseVendor static parameter, along with a valid SQLite specific connection string.
The third parameter is ResolutionPath. This is required for a few reasons - the first is that I do not[...]
0
comment
comment
on 12/8/2013 3:31 PM
Introducing my latest type provider, designed to query general SQL databases. This is very much an alpha cut, it is by no means feature complete, is still a mess in various areas and has only been tested on a very limited selection of databases. I will provide a brief overview of its main features and lack thereof, followed by a fairly detailed explanation of the most prominent features. There's other features not discussed here, hopefully there will be some followups to this in the coming weeks, along [...]
About this group
- Founded: 2/3/2010
- Owners: Krisztina Czippán
- Members: 1
- Past events: 8
- Upcoming events: 0 Log in to join
Featured company
![]() | IntelliFactory 0 upcoming events |
Latest blog articles by Fsharpuserslondon (see all)
August 2016
March 2015
February 2015
January 2015
December 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
July 2013
May 2013
March 2013
February 2013
December 2012
July 2012
April 2012
February 2012
October 2011
September 2011
April 2011
December 2010
September 2010
August 2010
April 2010
March 2010
December 2009
November 2009
August 2009
May 2009
October 2008
September 2008
August 2008
Event tags for this group
- f# × 6
- tsunami × 1
- ides × 1
- iphone × 1
- ipad × 1
- xamarian studio × 1
- raspberry pi × 1
- cross-platform development × 1
- tickspec × 1
- fake × 1
- enticify × 1
- biotechnology × 1
- sql × 1
- type-provider × 1
Group tags
- f# × 33
- clojure × 14
- functional × 14
- haskell × 14
- scala × 11
- erlang × 6
- c# × 4
- .net × 3
- agile × 3
- ocaml × 3
- websharper × 3
- ddd × 2
- exchange × 2
- java × 2
- javascript × 2
- neo4j × 2
- nosql × 2
- scheme × 2
- skillsmatter × 2
- alt.net × 1
- android × 1
- architecture × 1
- async × 1
- bdd exchange × 1
- blazehtml × 1
- cassandra × 1
- clean × 1
- codeken × 1
- coffeescript × 1
- common lisp × 1
- continuous delivery × 1
- finance × 1
- fractureio × 1
- grails × 1
- groovy × 1
- html × 1
- html5 × 1
- islisp × 1
- jquery × 1
- jvm × 1
- lisp × 1
- load testing × 1
- lua × 1
- metro style × 1
- microsoft × 1
- mongodb! × 1
- ninja × 1
- ouya × 1
- package management × 1
- prog × 1
- projects × 1
- python × 1
- qcon × 1
- racket × 1
- reactive extensions × 1
- restful × 1
- riak × 1
- rx × 1
- scalability × 1
- tdd × 1
- test × 1
- titanium × 1
- unit testing × 1
- user group × 1
- web × 1
- web services × 1
- winrt × 1
![]() |
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 |