Skip to content

Fluent 3.0.0

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 17 Jul 02:21
· 189 commits to main since this release

Fluent 3.0 is here! 🎉
🖋 Swift ORM framework (queries, models, and relations) for building NoSQL and SQL database integrations.

See the updated documentation for more information:
docs.vapor.codes/3.0/fluent/getting-started/

And of course, check out the API docs for detailed information about the public API:
api.vapor.codes/fluent/latest/Fluent


Changes since latest RC:

Fixed:

  • Children relation can now be created with let variable. (#532)
  • KeyedCache set will now lookup existing entries first.
  • Removed deprecated methods.