camiaei
camiaei
Explore posts from servers
DTDrizzle Team
Created by camiaei on 10/21/2024 in #help
Custom column type
i think i get it
const intZeroNotNull = () => integer().default(0).notNull();
const intZeroNotNull = () => integer().default(0).notNull();
2 replies
DTDrizzle Team
Created by christrading on 6/11/2024 in #help
LibsqlError: SQLITE_BUSY: database is locked
i'm seeing this error while using better-sqlite3. in my case it seems that the error appears when i have increased the amount of simultaneous read/write operations.
5 replies
DTDrizzle Team
Created by camiaei on 3/27/2024 in #help
Why select() always expects to have matches?
thanks, however now I'm getting a couple of rather curious errors. I don't like typescript very much 😪
6 replies
DTDrizzle Team
Created by hacktographer on 8/25/2023 in #help
How are you all seeding your database?
tsx ftw
11 replies