|
12 | 12 | <link rel="icon" href="img/favicon-16x16.ico" type="image/x-icon" sizes="16x16">
|
13 | 13 | <link rel="icon" href="img/favicon-32x32.ico" type="image/x-icon" sizes="32x32">
|
14 | 14 | <link rel="icon" href="img/favicon-48x48.ico" type="image/x-icon" sizes="48x48">
|
15 |
| - <script type='text/javascript' src='js/sql-browser.min.js'></script> |
| 15 | + <!-- <script type='text/javascript' src='js/sql-browser.min.js'></script> --> |
| 16 | + <!-- <script type='text/javascript' src='js/sql-wasm.min.js'></script> --> |
| 17 | + <!-- <script type='text/javascript' src='js/sql-asm.min.js'></script> --> |
| 18 | + <script type='text/javascript' src='js/sql-asm-memory-growth.min.js'></script> |
| 19 | + |
16 | 20 | <link rel='stylesheet' type='text/css' href='css/bootstrap-4.5.2.min.css' />
|
17 | 21 | <link rel='stylesheet' type='text/css' href='css/offcanvas.css' />
|
18 | 22 | <link rel='stylesheet' type='text/css' href='css/main.css' />
|
|
42 | 46 | <input id="upload" type="file" accept=".sqlite, .sqlite3, .db, .db3, .s3db, .sl3">
|
43 | 47 | <span class="btn bg-custom-one text-white rounded-circle text-center site-header-icon upload-icon"></span><small>Upload SQLite File</small>
|
44 | 48 | </label>
|
| 49 | + <button id='clearCache' type='button' class='btn btn-sm bg-custom-one text-white rounded-pill pl-2 pr-3 pt-0 pb-0 text-center border-0'><span class="btn bg-custom-one text-white rounded-circle text-center site-header-icon reload-icon"></span><small>Reload</small></button> |
45 | 50 | </li>
|
46 | 51 | </ul>
|
47 |
| - <!-- </div> application/vnd.sqlite3 --> |
| 52 | + <!-- </div> --> |
48 | 53 | </nav>
|
49 | 54 |
|
50 | 55 |
|
|
82 | 87 | <button id='exportSampleDB' type='button' class='btn btn-sm btn-link border-left-0 border-right-0 border-top-0 border-custom-two rounded-0 datatable pt-2 pb-2 pr-3 pl-3'><span class='symbol mr-2'>📄</span>Sample Database (.db)</button>
|
83 | 88 |
|
84 | 89 | <button id='exportQueryAsJSON' type='button' class='btn btn-sm btn-link border-left-0 border-right-0 border-top-0 border-custom-two rounded-0 datatable pt-2 pb-2 pr-3 pl-3'><span class='symbol mr-2'>📄</span>Data ResultSet (.json)</button>
|
85 |
| - <button id='exportEditorQuery' type='button' class='btn btn-sm btn-link border-left-0 border-right-0 border-top-0 border-bottom-0 border-custom-two rounded-0 datatable pt-2 pb-2 pr-3 pl-3'><span class='symbol mr-2'>📄</span>SQL Statements (.sql)</button> |
86 |
| - <!-- <button id='exportDB' type='button' class='dropdown-item symbol'><strong class='text-custom-one'>‹/›</strong> <small>Export SQLite Database (.db)</small></button> --> |
| 90 | + |
| 91 | + <button id='exportEditorQuery' type='button' class='btn btn-sm btn-link border-left-0 border-right-0 border-top-0 border-custom-two rounded-0 datatable pt-2 pb-2 pr-3 pl-3'><span class='symbol mr-2'>📄</span>SQL Statements (.sql)</button> |
| 92 | + |
| 93 | + <button id='exportDB' type='button' class='btn btn-sm btn-link border-left-0 border-right-0 border-top-0 border-bottom-0 border-custom-two rounded-0 datatable pt-2 pb-2 pr-3 pl-3'><span class='symbol mr-2'>📄</span>SQLite Database (.db)</button> |
87 | 94 | </div>
|
88 | 95 | </details>
|
89 | 96 | <!-- <details class="accordion-item rounded-0 border-bottom">
|
|
0 commit comments