Hacker News new | ask | show | jobs
by explodingcamera 821 days ago
It seems to be wrapping drizzle, with astrodb just being a way to deeper integrate it into the framework and adding some ease of use features. Also seems like a nice way to support the development of astro by using their hosting service.
1 comments

So it is the wrapper for wrapper (Drizzle) for Kysely?
As far as I can see from looking at their repo, Drizzle isn't a wrapper for Kysely though? You can use Kysely or other query builders with drizzle, but it has its own query builder too.