mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
add docs
This commit is contained in:
16
Diagnostic-information.md
Normal file
16
Diagnostic-information.md
Normal file
@@ -0,0 +1,16 @@
|
||||
SQLite running in sqliteviz is compiled with particular [options][1] that can
|
||||
enable or disable some SQLite features. You can get a list of them in `App
|
||||
info` dialog (fig. 1) by clicking on <img src="./img/info.svg"/> icon in the top
|
||||
toolbar.
|
||||
|
||||
<p align="center">
|
||||
<img class="figure" src="./img/Screenshot_app_info.png?0.13.0"/>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<sub>
|
||||
Fig. 1: App info dialog
|
||||
</sub>
|
||||
</p>
|
||||
|
||||
[1]: https://sqlite.org/compile.html
|
||||
Reference in New Issue
Block a user