Exqlite
v0.14.0
  • Pages
  • Modules

    View Source Exqlite.Basic (Exqlite v0.14.0)

    A very basic API for simple use cases.

    Link to this section Summary

    Functions

    close(conn)
    disable_load_extension(conn)
    enable_load_extension(conn)
    exec(conn, stmt, args \\ [])
    load_extension(conn, path)
    open(path)
    rows(exec_result)

    Link to this section Functions

    Link to this function

    close(conn)

    View Source
    Link to this function

    disable_load_extension(conn)

    View Source
    Link to this function

    enable_load_extension(conn)

    View Source
    Link to this function

    exec(conn, stmt, args \\ [])

    View Source
    Link to this function

    load_extension(conn, path)

    View Source
    Link to this function

    open(path)

    View Source
    Link to this function

    rows(exec_result)

    View Source

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.29.4) for the Elixir programming language