Skip to content

Commit 525c3f8

Browse files
committed
Merge remote-tracking branch 'origin/dev' into ycbran
2 parents ac2f568 + 866d509 commit 525c3f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
- Enhanced support for SQL databases with expanded options.
2323
- 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.
2525
- Capability to remove tables as needed.
2626
- Implementation of Google and GitHub OAuth log-ins for streamlined user authentication.
2727

@@ -57,7 +57,7 @@
5757

5858
8. **User Sessions:** Sign up/Log in securely with either Google OAuth or JWTs/Bcrypt
5959

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*
6161

6262
10. **Dark Mode:** Visual settings to provide a more comfortable viewing experience in low-light environements
6363

@@ -173,7 +173,7 @@ npm run cert:linux
173173

174174
## Adding column(s) to a SCHEMA table or row(s) to a DATA table
175175

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.
177177
<img src="images/Create%20tables.png">
178178
<img src="images/addRow.png">
179179

images/addRow.png

-22.9 KB
Loading

0 commit comments

Comments
 (0)