opendal
opendal copied to clipboard
Introduce ORM adapter for opendal
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.