6 Commits

Author SHA1 Message Date
Azpect3120
b5159e8976 FEAT: Support for mysql and mariadb!!
However, the enum tree is not supported since they do not support them.
But other than that, mysql and maria DB seem to both be supported.
2024-08-19 17:26:19 -07:00
Azpect3120
ad51c99f08 FIX: Blank queries get their own special error message 2024-08-19 14:54:30 -07:00
Azpect3120
ad560860c0 FIX: Bug with toggling the auto-query and errors.
Errors would get OOB swapped into the VOID!!! Now they will get swapped
in the right way.
2024-08-19 14:51:41 -07:00
Azpect3120
3382a1537b FEAT: Multi query support!
Queries will be split by the ';' and ran at the same time! They will
each have their own table display and info.
2024-08-16 21:04:55 -07:00
Azpect3120
0da4821724 FIX: Close DB connection and htmx spinner 2024-08-07 15:20:00 -07:00
Azpect3120
5cbe004318 FEAT: Sessions are complete!
Queries are also complete...
Needs some bug testing and such but the queries are running and
displaying!
2024-08-07 15:04:02 -07:00