0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/.changeset/few-pets-relax.md
Nick Dubelman d4c91cb109
db: export 'alias' from drizzle-orm/sqlite-core (#10789)
* db: export 'alias' from drizzle-orm/sqlite-core

* chore: changeset

* fix: changeset target

---------

Co-authored-by: Ben Holmes <hey@bholmes.dev>
2024-04-16 17:28:20 -04:00

5 lines
114 B
Markdown

---
"@astrojs/db": patch
---
Expose the Drizzle `alias` utility from `astro:db` to enable self-joins on a table.