Skip to content

maxohq/cr_sqlite

Repository files navigation

CrSqlite

CI Hex.pm Hex Docs Total Downloads Licence

CrSqlite is ...

Usage

alias Exqlite.Basic
{:ok, conn} = Basic.open("db.sqlite3")
CrSqlite.load_extension(conn)

Installation

The package can be installed by adding cr_sqlite to your list of dependencies in mix.exs:

def deps do
  [
    {:cr_sqlite, "~> 0.1"}
  ]
end

The docs can be found at https://hexdocs.pm/cr_sqlite.

License

The lib is available as open source under the terms of the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published