Exqlite v0.11.3
  • Pages
  • Modules

    View Source Exqlite.Basic (Exqlite v0.11.3)

    A very basis API without lots of options to allow simpler usage for basic needs.

    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

    On Hex.pm: Package Preview (current file)

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