Skip to content

Adapters and Providers

markrendle edited this page Mar 5, 2011 · 12 revisions

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:

MongoDB adapter

Created by Craig G Wilson.

Fork at http://github.com/craiggwilson/Simple.Data

Available on NuGet as Simple.Data.MongoDB

MySQL ADO provider

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.

Clone this wiki locally