Hello, please I need some help especially if anyone have experience using the sqlocal database.
I am using sqlocal (https://sqlocal.dev) on my frontend with Sveltekit. I followed the docs to set it up with drizzle ORM. But while trying to do an insertion, it says "no such table: products"
I guess there's a way to initialize the database with the appropriate tables, but am not finding that in the docs.
Please any assistance is highly appreciated. Thanks .