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: Contributors.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,14 @@ Below is a list of features and improvements to which you can contribute. If you
9
9
- Complete the integration of SQLite as an optional database and expand compatibility with other SQL database such as IBM Db2, etc.
10
10
- Add additional themes and graphical options to canvas and tables
11
11
- Live query feedback so users can see what their changes to the canvas look like as queries.
12
+
<<<<<<< HEAD
12
13
- As the ability to manipulate data has been recently added, there are not as many safe guards to prevent users from performing actions that are not allowed for some databases.
13
14
- Limiting the data types to only those possible for the the database the user is currently working on.
14
15
- Adding Account specific functionality and the ability to save data to your account.
15
16
- TypeORM has been implemented to connect to multiple databases but can be modified to further universal database functions
17
+
=======
18
+
- Create login feature to save multiple databases to user account and be able to load multiple past databases.
0 commit comments