Giter VIP home page Giter VIP logo

Comments (2)

tamasflamich avatar tamasflamich commented on May 18, 2024 1

No, this is not possible. The underlying database is NMemory that uses .net expression trees for defining, compiling and executing queries. When you query something with Entity Framework it builds another type of expression tree that ADO.NET providers have to convert into SQL commands. Effort is basically an ADO.NET provider as converts these EF expression trees into .net expression trees under the hood that can be passed to NMemory.

If we wanted to make Effort purely ADO.NET compatible, someone should make it able to interpret SQL commands. This is a much more complex problem than being able to convert EF expression trees and I will certainly not have time to dedicate on this.

from entityframework-effort.

geirsagberg avatar geirsagberg commented on May 18, 2024

Roger that, I understand that this would be quite a complex endeavour. Too bad that there isn't any in-memory SQL-compliant database for .NET, something like HSQLDB for Java. I ended up using SqlLocalDb, not as fast as in-memory but supports SQL.

from entityframework-effort.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.