LUCKY
Explore posts from serversDTDrizzle Team
•Created by LUCKY on 10/25/2024 in #help
Run Raw SQL with sql``
Hi all, is it possible to run unsafe SQL from an API. We have a use-case on some devices that we manage.
const res = db.run(sql(
${statement}
));
Thanks!2 replies
DTDrizzle Team
•Created by LUCKY on 5/31/2023 in #help
React Native Support
Hi all
New to drizzle ORM, does it support React Native?
Thanks
3 replies