Skip to content

Commit

Permalink
Update of README to include foreign_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
2shady4u authored Feb 9, 2020
1 parent 31dc2aa commit 8eec636
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ Contains the zErrMsg returned by the SQLite query in human-readable form. An emp

Setting verbose_mode on True results in an information dump in the Godot console that is handy for debugging your (possibly faulty) SQLite queries.

- **foreign_keys** (Boolean, default=false)

Enables or disables the availability of [foreign keys](https://www.sqlite.org/foreignkeys.html) in the SQLite database.

- **query_result** (Array, default=[])

Contains the results from the latest query and is cleared after every new query.
Expand Down

0 comments on commit 8eec636

Please sign in to comment.