Kitura / Swift-Kuery-ORM

An ORM for Swift, built on Codable
Apache License 2.0
212 stars 30 forks source link

Can it be used with Oracle Database ? If so how ? #136

Open bhregmi opened 2 years ago

bhregmi commented 2 years ago

Is it possible to use this ORM with Oracle Database ? If yes then can you please provide some examples on its implementation.

dannys42 commented 2 years ago

The list of plugins is in the readme. Currently Kuery ORM only supports PostgreSQL, SQLite, and MySQL. However, if you're feeling adventurous, Oracle does have an SDK if you wanted to write the Oracle plugin. :-)