9 Commits

Author SHA1 Message Date
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
0876222f4c FEAT: Many changes! Tree is almost done
Loading indicator for loading the tree. Tree displays PK, FK, R, and U.
Still some bugs with the connections and I want to implement a
"connection manager" which the ability to change, edit, and delete
connections. PLUS right now the tree view is only supported for PSQL.
Need to use different queries for different SQL types. SOME types, like
SQLlite, might not support the tree, and I will need a display for that.
Plus errors are not handled, just bubbled and logged :|
2024-08-09 18:04:04 -07:00
Azpect3120
c1a328ee63 FIX: Forgot this 2024-08-09 13:50:35 -07:00
Azpect3120
9820ecac64 FEAT: Some work on the tree
Found some bugs with the connection creation modal. Need to work on the
parsing and such with regex.
2024-08-09 13:50:07 -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
fb548e4207 FEAT: Displays database name in tree view 2024-08-07 17:18:51 -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
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