You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
22
22
- Enhanced support for SQL databases with expanded options.
23
23
- Introduction of visualized DATA tables for improved data analysis.
24
-
- Full CRUD functionality enabling the addition, modification, and deletion of columns in SCHEMA tables and rows in DATA tables within the database.
24
+
- Full CRUD functionality enabling the addition, modification, and deletion of rows in DATA tables within the database.
25
25
- Capability to remove tables as needed.
26
26
- Implementation of Google and GitHub OAuth log-ins for streamlined user authentication.
27
27
@@ -57,7 +57,7 @@
57
57
58
58
8.**User Sessions:** Sign up/Log in securely with either Google OAuth or JWTs/Bcrypt
59
59
60
-
9.**Save/Load:** Store and reload recent database sessions through your user account *CURRENTLY UNDER UPDATE*
60
+
9.**Save/Load:** Store and reload recent database sessions through your user account *-CURRENTLY UNDER UPDATE*
61
61
62
62
10.**Dark Mode:** Visual settings to provide a more comfortable viewing experience in low-light environements
63
63
@@ -173,7 +173,7 @@ npm run cert:linux
173
173
174
174
## Adding column(s) to a SCHEMA table or row(s) to a DATA table
175
175
176
-
1. To add a new column in a table, click on the add icon on the top right of the table node. This will render a new column/row in the table in edit mode.
176
+
1. To add a new column/row in a table, click on the add icon on the top right of the table node. This will render a new column/row in the table in edit mode. The changes made in DATA table will be updated in your database.
0 commit comments