Skip to content

Commit

Permalink
update ImportExportJson.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jepiqueau committed Jun 20, 2024
1 parent a2b1f60 commit 2e9e74d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ImportExportJson.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ An example of using this new feature is given in [solidjs-vite-sqlite-app](https
This method allow to create a database from a JSON Object.
The created database can be encrypted or not based on the value of the name **_encrypted_**" of the JSON Object.

Prior to ececute this method, the connection to the database must be closed.

The import mode can be selected either **full** or **partial**

To use the **partial** mode, it is mandatory to add a column **last_modified** to the schema of all tables in your database.
Expand Down

0 comments on commit 2e9e74d

Please sign in to comment.