Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 711 Bytes

README.textile

File metadata and controls

16 lines (13 loc) · 711 Bytes

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: