Search code examples
databaseservicestackfluentormlite-servicestack

ServiceStack ORMLite Fluent Configuration


I am looking to create a new project using ServiceStacks OrmLite. I have used EntityFramework in the past and I prefer the use of the fluent api for mapping over the invasive attributes.

Does OrmLite have an equivalent api or am I forced to use the attributes?


Solution

  • Nope, Fluent Configuration isn't supported in OrmLite just attributed model-first POCOs.

    It's something we're looking at doing, but wont be available for a while.