bordoley
NuGet publisher profile
Packages (11)
SQLitePCL.pretty
SQLitePCL.pretty wraps the C like SQLiteAPI provided by SQLitePCL.raw with a friendly C# object oriented API. Notable features include support for using LINQ expressions on SQL query results, SQLite events exposed as C# events, and the ability to take advantage of advance SQLite features, such as collation, aggregate, scalar, and commit hook functions. For asynchronous query support, an additional companion API is available. See: https://www.nuget.org/packages/SQLitePCL.pretty.Async/ A simple table mapped ORM is also available. See https://www.nuget.org/packages/SQLitePCL.pretty.Orm/
SQLitePCL.pretty.Async
Provides an asynchronous API for executing and observing the results of SQLite queries.
SQLitePCL.pretty.Orm
Provides a simple table mapping ORM for SQLitePCL.pretty.
Sparse
An F# parser combinator library for parsing strings.
RxApp
This is the base package for RxApp that is used to build platform agnostic view models. Additional platform specific packages are available that support databinding view models to platform specific views.
RxApp.Android
RxApp view bindings and navigation support for Android.
RxApp.Android.Support.v7.AppCompat
RxApp view bindings and navigation support for the Android Support library v7.AppCompat.
RxApp.Android.Support.v4
RxApp view bindings and navigation support for the Android Support library v4.
RxApp.iOS
RxApp view bindings and navigation support for Xamarin iOS Unified.
RxApp.XamarinForms
RxApp view bindings and navigation support for XamarinForms.
FunctionalHttp
An HTTP client/server library designed to enable the implementation and consumption of HTTP services in a purely functional asynchronous style.