Mihai Andrei
Explore posts from serversBuilding HonoJS ts app
Hello guys! How do you usually build a hono nodejs app?
I have a plain api that I see it is using tsx to run on dev, but it doesn't have any build step.
I saw in the docs there is a suggestion of adding a "build" step with tsc but i was curious how other people handle it
Thank you!
1 replies
DTDrizzle Team
•Created by Mihai Andrei on 11/3/2024 in #help
Drizzle better-sqlite3 WAL mode
Hello!
Sorry if this was asked before but I couldn’t find a way to do it by searching. How should you enable WAL mode with drizzle?
Is it enough to put it inside a migration file, or you need to somehow execute it when you connect
1 replies