Actually looking at your code you never execute the query. You need to add `.all()` at the end of yo
Actually looking at your code you never execute the query. You need to add
.all() at the end of your prepare in order to use the statement
