v0.1.3
Breaking Changes! Fluent 3 RC-3!
QueryBuilder
's first generic type is now required to be a database type, not a model type. For some reason you have to manually conform enum types to ReflectDecodable
now, so that is taken care of. And lastly, filtering to longer requires a try
statement, so those where removed.