jonwagner / Insight.Database

Fast, lightweight .NET micro-ORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Native C# DB LiteDB & VelocityDB

weedkiller opened this issue · comments

Those NoSQL databases have an entirely different API and client-side footprint. They aren't really compatible with the standard SqlDataClient that Insight uses. I don't think it's a good fit for this project.