Tds v2.0.1 Tds View Source
Link to this section Summary
Functions
Returns the configured JSON library.
Link to this section Functions
Returns the configured JSON library.
To customize the JSON library, include the following in your config/config.exs
:
config :myxql, json_library: SomeJSONModule
Defaults to Jason
.
Link to this function
rollback(conn, any)
View Sourcerollback(DBConnection.t(), reason :: any()) :: no_return()