rojepp / FsSql

Functional wrapper around ADO.NET for F#

Home Page:https://www.ohloh.net/p/FsSql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FsSql provides a functional interface to ADO.NET for F# applications.

Features:

  • Connection management
  • DBNull <-> option type conversion
  • Async calls
  • Composable J2EE-like transaction modifiers
  • Transaction computation expression
  • Composable mapping functions

And, of course, everything ADO.NET does, in an idiomatic, functional, way.

For general usage, see:

About

Functional wrapper around ADO.NET for F#

https://www.ohloh.net/p/FsSql

License:Apache License 2.0


Languages

Language:F# 100.0%