drizzle-team / drizzle-team/drizzle-orm
[FEATURE]: Support PostgreSQL XML Datatype in drizzle
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Feature hasn't been suggested before.
- [x] I have verified this feature I'm about to request hasn't been suggested before.
### Describe the enhancement you want to request
I was attempting to write code to create new PostgreSQL table with the XML datatype in drizzle per my project requirements and discovered there's no support in drizzle for this.
Any thoughts on adding support for PostgreSQL XML datatype and query functions?
https://www.postgresql.org/docs/current/datatype-xml.html
I might do some digging and pick this up myself if I get time, otherwise I'll just be using default pg functions to deal with XML outside of drizzle for now.
Contributor guide
Assessment
This issue has not been assessed yet.