Skip to content

Implement custom backend #2369

Answered by tyt2y3
barsdeveloper asked this question in Q&A
Sep 27, 2024 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

Is there any plan to support DuckDB

DuckDB has always been on my radar! but we haven't got any plan for it yet.

Is there anything on the development roadmap about making SeaORM extendable to implement a custom database backend

No, there isn't. SeaORM applies "enum based polymorphism", and enums are essentially closed ended and static. Custom backends implemented by third party have pitfalls in terms of feature coverage and update cycle. So I think the best way for the community is having us (you & I) to put everything together in the same repo and to be maintained holistically.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@barsdeveloper
Comment options

@barsdeveloper
Comment options

@barsdeveloper
Comment options

Comment options

You must be logged in to vote
1 reply
@barsdeveloper
Comment options

Answer selected by barsdeveloper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants