Values.RelationalDatabaseEventSourceDescribes an event for a database.
type nonrec t = {resource : ResourceName.t option;The database that the database event relates to.
*)createdAt : IsoDate.t option;The timestamp when the database event was created.
*)message : String_.t option;The message of the database event.
*)eventCategories : StringList.t option;The category that the database event belongs to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of ResourceName.t
| `Timestamp of IsoDate.t ])
list ]