forked from orbit-oss/flask
commit
6f990f67ed
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ Such a schema can be created by piping the `schema.sql` file into the
|
||||||
|
|
||||||
The downside of this is that it requires the sqlite3 command to be
|
The downside of this is that it requires the sqlite3 command to be
|
||||||
installed which is not necessarily the case on every system. This also
|
installed which is not necessarily the case on every system. This also
|
||||||
require that we provide the path to the database which can introduce
|
requires that we provide the path to the database which can introduce
|
||||||
errors. It's a good idea to add a function that initializes the database
|
errors. It's a good idea to add a function that initializes the database
|
||||||
for you to the application.
|
for you to the application.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue