after success connected with external database with AWS , when i am going into open connection of my database in CMS → the collection settings was disabled so i couldn’t apply any velo code for example insert, delete because i don’t know what is mycollection name
wixData
.insert(“myCollection”, toInsert)
.then((item) => {
console.log(item); //see item below
})
.catch((err) => {
console.log(err);
});