opendal icon indicating copy to clipboard operation
opendal copied to clipboard

Introduce ORM adapter for opendal

Open PsiACE opened this issue 3 years ago • 0 comments
trafficstars

It's an experimental idea.

Can we adapt an ORM like sqlx to gain the ability to interact with several popular databases, including SQLite?

A possible scenario is

The user writes a bunch of data in sqlite, then copies this sqlite elsewhere and can read it again directly using opendal

Further discussion to flesh out this idea would be welcome.

PsiACE avatar Oct 12 '22 16:10 PsiACE