This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
- The introduction of the new
surreal_entity
module, designed to represent table or record IDs. This module also offers the convenience of passing records as{Table, Record}
tuples, eliminating the need for manual formatting and thereby enhancing the developer experience. - Addition of the
query/2
function, serving as a wrapper aroundquery/3
without variables. - Addition of the
ping/1
function. - Improvements in documentation.
- Enhanced internal error handling for the
surreal_config
module.