MightyOrm / Mighty

A new, small, dynamic micro-ORM. Highly compatible with Massive, but with many essential new features.
BSD 3-Clause "New" or "Revised" License
101 stars 20 forks source link

Does this lib use Runtime IL Generation #13

Closed pha3z closed 4 years ago

pha3z commented 4 years ago

I don't see a dependency on System.Reflection.Emit listed anywhere. Just want to make sure I'm not missing it.

I'm looking for an ORM that will be compatible with Unity Game Engine, which doesn't support Reflection.Emit.

mikebeaton commented 4 years ago

No, unlike Dapper, it doesn't use IL generation. (So its inner loop can't be as fast as Dapper's, but it is as fast as Massive and should be fine for most applications.)

I don't know for sure that's it is compatible with Unity, I haven't tested it, but I don't know of any reason why not.

Feel free to open a new issue if you do find any incompatibilities.