We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcca3e commit f7b290eCopy full SHA for f7b290e
README.md
@@ -2,7 +2,7 @@
2
Creates a [SQLite Database](https://sqlite.org/) from Code, using [Entity Framework](https://msdn.microsoft.com/en-us/data/ef.aspx) CodeFirst.
3
4
This Project ships a `SqliteContextInitializer` which creates a new SQLite Database, based on your model/code.
5
-I started with the code from flaub: https://gist.github.com/flaub/1968486e1b3f2b9fddaf
+I started with the [code](https://gist.github.com/flaub/1968486e1b3f2b9fddaf) from [flaub](https://gist.github.com/flaub).
6
7
Currently the following is supported:
8
- Tables from classes
0 commit comments