Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
game
c-sharp
gamedev
design-pattern
performance
game-engine
tdd
unity
game-development
design-patterns
ecs
entity-component-system
entity-framework
entity
paradigm
test-driven-development
entity-component
entitas
paradigmshift
entitas-csharp
-
Updated
Sep 13, 2021 - C#
Is your feature request related to a problem? Please describe.
I'm interested in using MikroORM in a system where migrations and schema management are handled by another tool. I attempted to use the
EntityGenerator
functionality but there doesn't appear to be any way to limit entity generation to specific schemas (in this case Postgres)Describe the solution you'd like
I'd like to b