-
Notifications
You must be signed in to change notification settings - Fork 303
Adapters and Providers
Simple.Data is designed to work with all kinds of data storage systems. It has a very simple Adapter model, and an ADO adapter with a Provider model to add support for different RDBMS systems.
So far, there are two plug-ins for Simple.Data:
Created by Craig G Wilson.
Fork at http://github.com/craiggwilson/Simple.Data
Available on NuGet as Simple.Data.MongoDB
Created by Vidar L. Sømme.
Fork at http://github.com/Vidarls/Simple.Data
Hopefully on NuGet soon!
If you'd like to see a particular platform supported, raise an issue here, or post on http://groups.google.com/group/simpledata, or tweet about it, or maybe fork the project and write some failing tests! It's a start!
If you do start working on a plug-in, please let me know so I can update this page, and also if you need any help or changes made to the core for any reason.