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
83dafb8a08
FEAT: Enum support all over!
...
Enum table is generated below the Tables tree. Enums cannot be queried
since I don't know what I would want them to query so right now its just
for viewing. However, enum types are now displayed properly in the table
tree. I still don't know how strong the support will be for other kinds
of DBs that aren't PSQL.
2024-08-15 13:28:43 -07:00
Azpect3120
9c8a25609e
FEAT: Connection manager is working
...
All it can do is view and delete the connections but that was the key
functionality that was missing.
2024-08-14 12:30:16 -07:00
Azpect3120
c3e00b9410
FEAT: Toggle for auto-run
...
Still not stored in the session like I would like, but for now, it
works!
2024-08-13 20:38:57 -07:00
Azpect3120
276a6be7b9
FEAT: Table tree is now displayed!
...
Has no functionality yet, but that's next. And not sure how it works
when switching connections.
2024-08-07 18:08:40 -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
Azpect3120
111a6aead3
INIT: First commit, having session issues
...
Shocker! These sessions are stupid as hell. Going to try using gorilla
instead.
2024-08-06 21:40:04 -07:00