An open API service indexing awesome lists of open source software.

https://github.com/liteobject/demo.efcore-with-postgres


https://github.com/liteobject/demo.efcore-with-postgres

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Some important commands:
1. To output SQL script from dbcontext: $ Script-DbContext -output "GeneratedScripts"
2. To spinup postgres instance: Go to the folder where docker-compose.yaml is located and run this command $ docker-compose up
3. To apply migration to database: $update-database