19 Commits

Author SHA1 Message Date
Hayden Hargreaves
8567dec618 feat: supported sql server 2026-05-08 11:16:47 -07:00
Azpect3120
de8023cc98 FEAT: SQLite3 full support! 2024-08-30 16:13:50 -07:00
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
4a7cc5f7e8 FEAT: Created README.md 2024-08-19 11:21:31 -07:00
Azpect3120
96633b9820 FEAT: Better touch zones on the trees 2024-08-19 10:46:14 -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
8208e19016 BUILD: Built app and compiles styles 2024-08-15 13:32:41 -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
8ab00b20d4 FIX: Bug with clearing modal before sending
The creation modal was sending data after being wiped, this was fixed
and the data does not get cleared from the modal until AFTER the request
is sent.
2024-08-15 09:22:39 -07:00
Azpect3120
c35ab0d0b1 STYLE: Compiled styles 2024-08-15 09:08:24 -07:00
Azpect3120
36f7b9fe39 FEAT: Connection manager changes!
Can now edit the connection names when creating a connection and the
connection manager can now edit those names! Much better ease of use.
2024-08-15 09:07:12 -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
7e233e53dd FIX: Changed default to manual querying 2024-08-13 21:17:13 -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
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
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