d# Exsqool
SQL database in Elixir, supporting the following language elements:
Operators:
=, <>, >, <, >=, <=, BETWEEN, LIKE, IN, IS or IS NOT, IS NOT DISTINCT FROM, AS
Queries:
SELECT, FROM, WHERE, GROUP BY, HAVING, ORDER BY, DISTINCT
DDL:
CREATE, ALTER, RENAME, DROP, TRUNCATE, TABLE
DML:
INSERT, UPDATE, DELETE, MERGE, VALUES, SET
Utility: (, ), ,, ;, *,
If available in Hex, the package can be installed
by adding exsqool
to your list of dependencies in mix.exs
:
def deps do
[{:exsqool, "~> 0.1.0"}]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/exsqool.