henkmollema / Dapper-FluentMap

Provides a simple API to fluently map POCO properties to database columns when using Dapper.
MIT License
429 stars 88 forks source link

Clarify what databases / sql dialects are supported #89

Closed disklosr closed 4 years ago

disklosr commented 5 years ago

This doesn't support oracle db I suppose (from looking at the code). Would be nice to have the list of supported dbs in documentation.

henkmollema commented 5 years ago

Why would it not support Oracle? This library is just a mapping layer on top of Dapper, and Dapper supports Oracle AFAIK.