Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sqlite Support #25

Closed
rayrfan opened this issue Sep 14, 2017 · 0 comments
Closed

Sqlite Support #25

rayrfan opened this issue Sep 14, 2017 · 0 comments
Assignees
Milestone

Comments

@rayrfan
Copy link
Owner

rayrfan commented Sep 14, 2017

By default

  • Use Sqlite in Development
  • Use Sql Server in Production

This would give the best out-of-box experience.

Thus, I'm adding a setting in appsettings.json

"Database": {
"UseSqLite": false
}

and in appsettings.Development.json

"Database": {
"UseSqLite": true
}

@rayrfan rayrfan added the Sqlite label Sep 14, 2017
@rayrfan rayrfan added this to the 1.0.0-alpha1 milestone Sep 14, 2017
@rayrfan rayrfan self-assigned this Sep 14, 2017
rayrfan pushed a commit that referenced this issue Sep 28, 2017
@rayrfan rayrfan closed this as completed Sep 28, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant