Donald

A lightweight, generic F# database abstraction.

APACHE-2.0 License

Stars
171
Committers
12

Bot releases are visible (Hide)

Donald - v4.0.0 Latest Release

Published by pimbrouwers almost 4 years ago

  • DbResult<'a> made a type abbreviation of Result<'a, DbException> instead of a custom type
Donald - v3.0.0

Published by pimbrouwers over 4 years ago

  • New async workflows directly supporting System.Threading.Tasks, using a built in fork of @rspeele's Task Builder.