Select final, but dirty

This commit is contained in:
2019-07-04 17:13:16 +02:00
parent d28ba44acc
commit 8b8545e5b9
9 changed files with 248 additions and 66 deletions

6
templates/table.html Normal file
View File

@@ -0,0 +1,6 @@
<h2>DB '{_db}' / Table '{_table}'</h2>
<div>
{_rows}
</div>
<hr>
<div>Result: {_status}</div>