Database is not initialized without migrations
If you choose to skip adding migrations, you'll face this issue.
We must add a function in application's startup that initializes database using metadata.
If you choose to skip adding migrations, you'll face this issue.
We must add a function in application's startup that initializes database using metadata.
Created pull request with fixes. Will mere it after tests.
Merged.