jonwagner / Insight.Database

Fast, lightweight .NET micro-ORM
Other
857 stars 145 forks source link

Support Native C# DB LiteDB & VelocityDB #454

Closed weedkiller closed 3 years ago

weedkiller commented 3 years ago

https://github.com/mbdavid/LiteDB

jonwagner commented 3 years ago

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.