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 e308041 commit aa6dae0Copy full SHA for aa6dae0
README.md
@@ -5,7 +5,7 @@ This Project ships a `SqliteContextInitializer` which creates a new SQLite Datab
5
I started with the [code](https://gist.github.com/flaub/1968486e1b3f2b9fddaf) from [flaub](https://github.com/flaub).
6
7
Currently the following is supported:
8
-- Tables from classes
+- Tables from classes (with table annotation)
9
- Columns from properties
10
- ForeignKey constraint (1-n relationships)
11
- Cascade on delete
0 commit comments