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
Mar 29, 2021 - C#


Is your feature request related to a problem? Please describe.
In trying to setup a new database from an initial migration I realized there's no way to create a new database from scratch. Is that accurate?
Describe the solution you'd like
Something akin to
rake db:initorrake db:createwhere mikro-orm will take the runtime config and create a new database if it doesn't exist