markrendle / Simple.Data

A light-weight, dynamic data access component for C# 4.0
MIT License
1.33k stars 303 forks source link

Add CUBRID Database support #274

Closed kadishmal closed 11 years ago

kadishmal commented 11 years ago

Simple.Data supports a bunch of relational databases. Why not CUBRID then? It provides over 90% SQL compatibility with MySQL and has ADO.NET provider which provides 100% full-managed .NET code. Worth looking.

markrendle commented 11 years ago

Hi, thanks for the suggestion. Simple.Data is designed as an extensible base library, and in the core project I only maintain the ADO.NET providers for SQL Server and SQL Server Compact. All other databases are supported by other people. Maybe you could clone the Simple.Data.MySQL repository (https://github.com/Vidarls/Simple.Data.Mysql) and use it as a basis for a CUBRID provider? I think it's got a pretty comprehensive test suite, so if you could get them all passing against CUBRID you'd be pretty much done.