diff options
author | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-24 12:00:17 +0200 |
---|---|---|
committer | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-24 12:00:17 +0200 |
commit | 5a602a653e4829fcd70281a93b565dc3624c3a89 (patch) | |
tree | a4a05d17fc809f8b57ef5c60254b5cd6224b3fa4 | |
parent | Update: Travis CI (diff) | |
download | golite-5a602a653e4829fcd70281a93b565dc3624c3a89.tar.gz golite-5a602a653e4829fcd70281a93b565dc3624c3a89.tar.xz |
Update: README
Add documentation to feature table for tag `trace`
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ This package allows additional configuration of features available within SQLite | Introspect PRAGMAS | sqlite_introspect | This option adds some extra PRAGMA statements. <ul><li>PRAGMA function_list</li><li>PRAGMA module_list</li><li>PRAGMA pragma_list</li></ul> | | JSON SQL Functions | sqlite_json | When this option is defined in the amalgamation, the JSON SQL functions are added to the build automatically | | Secure Delete | sqlite_secure_delete | This compile-time option changes the default setting of the secure_delete pragma.<br><br>When this option is not used, secure_delete defaults to off. When this option is present, secure_delete defaults to on.<br><br>The secure_delete setting causes deleted content to be overwritten with zeros. There is a small performance penalty since additional I/O must occur.<br><br>On the other hand, secure_delete can prevent fragments of sensitive information from lingering in unused parts of the database file after it has been deleted. See the documentation on the secure_delete pragma for additional information | +| Tracing / Debug | trace | Activate trace functions | # FAQ |