Friday Candour
DTDrizzle Team
•Created by Friday Candour on 11/23/2023 in #help
drizzle error
, params) : SQL.run(this.#handle, query, ...params);
191 | }
192 |
193 | prepare(query, params, flags) {
^
error: no such table: Ads
at prepare (bun:sqlite:193:18)
at prepareQuery (/home/billgates/windows12/db/setup.ts
how can i get it working, i have declared my sqlite schemas but try to query the db throws this error
1 replies