-
Notifications
You must be signed in to change notification settings - Fork 133
Request: Oracle support #1221
Copy link
Copy link
Open
Labels
featureDefined as a big development item (feature)Defined as a big development item (feature)priorityTop priority feature or things to doTop priority feature or things to dorequestA request from the community.A request from the community.todoThings to be done in the futureThings to be done in the future
Description
Metadata
Metadata
Assignees
Labels
featureDefined as a big development item (feature)Defined as a big development item (feature)priorityTop priority feature or things to doTop priority feature or things to dorequestA request from the community.A request from the community.todoThings to be done in the futureThings to be done in the future
Currently RepoDb does not have support for Oracle. It would be very interesting to have this support, just as it exists for other databases.
In our case in NET 10 we use the NuGet package Oracle.ManagedDataAccess.Core
Do you have an alternative?
Currently, to access Oracle we have to use Dapper, which works very well, but since we use RepoDb for PostgreSQL and Sql Server, it would be very interesting for us to use the same micro ORM for all databases.