patwoz
patwoz
DTDrizzle Team
Created by patwoz on 8/27/2024 in #help
How do I load sqlite extensions for drizzle-kit?
but that doesn't load the required sqlite extensions
12 replies
DTDrizzle Team
Created by patwoz on 8/27/2024 in #help
How do I load sqlite extensions for drizzle-kit?
ah ok....just don't use kit migrate but create a migrate.ts file for that purpose
12 replies
DTDrizzle Team
Created by patwoz on 8/27/2024 in #help
How do I load sqlite extensions for drizzle-kit?
But how? I'm already loading the extension on my own in my source code, but drizzle-kit doesn't use my code to make the connection to the database
12 replies
DTDrizzle Team
Created by patwoz on 8/27/2024 in #help
How do I load sqlite extensions for drizzle-kit?
and how can I say drizzle-kit NOT to use the default sqlite of macos but from another path?
12 replies
DTDrizzle Team
Created by patwoz on 4/30/2024 in #help
sql where column md5
Solution:
eq(sql`MD5(guid)`, songId)
eq(sql`MD5(guid)`, songId)
2 replies