-
Notifications
You must be signed in to change notification settings - Fork 23
Supported Data Types
Trey Pendragon edited this page Sep 24, 2021
·
4 revisions
The following data types are transparently handled by Valkyrie. This means you can store them mixed up in an array and expect to have them come back in the same form. The shared specs enforce that these properties are handled. Other data types may be usable via coercible dry-types (see Using Types), but are not explicitly supported.
- RDF::URI
- String
- Integer
- Float
- DateTime
- Boolean
- RDF::Literal
- Valkyrie::ID (Internal identifier)
- Nested objects
- Binaries in StorageAdapters