v0.1.1: Derive Macros + Documentation Improvements #195
ecton
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks goes to @ModProg for his contributions on the new derive macros!
This release contains no breaking changes.
Added
SchemaName:private
andCollectionName::private
are two new constructorsthat allow defining names without specifying an authority. Developers
creating reusable collections and/or schemas should not use these methods as
namespacing is meant to help prevent name collisions.
connection::Collection::all()
andSchemaCollection::all()
have beenimplemented as simple wrappers around
list(..)
.#146, #187: The
Schema
,Collection
, andView
traits cannow be derived rather than manually implemented:
Add in-memory option for testing purposes #169: Memory-only instances of Storage can be created now. This is primarily intended for testing purposes.
Changed
connection::Collection
andconnection::View
function.documentation and examples for deriving Schema, Collection, and View have been
added to the respective traits.
This discussion was created from the release v0.1.1: Derive Macros + Documentation Improvements.
Beta Was this translation helpful? Give feedback.
All reactions