After we create our Database and pull our data to the backend we will need SQL queries to send our notes to a table.
We will also need some logic to check if a database already exists, and if it doesn't to create one with our specs.
-We will need queries to pull Data once a note is clicked in the saved note section
-We will need an update query to update our rows and table once some one clicks on the saved note section, and clicks edit.
After we create our Database and pull our data to the backend we will need SQL queries to send our notes to a table.
We will also need some logic to check if a database already exists, and if it doesn't to create one with our specs.
-We will need queries to pull Data once a note is clicked in the saved note section
-We will need an update query to update our rows and table once some one clicks on the saved note section, and clicks edit.