cassidoo / ama

Answering questions I get often

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React app using harperDB...small doubt

abcdeepakr opened this issue · comments

I saw u did this in the tutorial
sql : 'select * from reviews.books'

can i do the following?
`sql : `insert into project.birthday(id, sender, receiver, wish) VALUES (${10} ,${name}, ${to}, ${wish})`

i'm kinda stuck here.

got it, I didn't wrap the value variables around quotes