Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

Ria.SQL

aliasRia.SQL# ...SQL.query("SELECT current_date()")# [%{"current_date()" => {2017, 11, 16}}]SQL.query("SELECT ? AS one",[1])# [%{"one" => 1}]SQL.query(MyProject.Repo,"SELECT ? AS two",[2])# [%{"two" => 2}]

Installation

defdepsdo[{:ria_sql,git: "https://github.com/ria-com/elixir-sql-wrapper.git"}]end

Configuration

# config/dev.exs, config/prod.exs, config/test.exsconfig:mariaex,default_repo: MyProject.Repo

Releases

Packages

Contributors

Languages