v0.4.0
v0.4.0
Changes
-
Use
Adbc.Columnfor inputs and outputs of result setsAdbc.Columnis a new module that represents columns in a result set. It
supports all primitive types and lists of primitive types (nested list support
is not yet implemented).Use `Adbc.Result.to_map/1`` to convert a result set to a maps of lists, where
each key is a column name and the value is a list of values for that column. -
Add
ADBC_CACERTS_PATHto allow for custom certs (#75) -
Support bind named parameters via
Adbc.Column(#84) -
Expose more APIs (#64)
Adbc.Database.get_option/2Adbc.{Database,Connection}.{get,set}_optionAdbc.Connection.query_with_options/4