Skip to content

zabrahams/exSQooL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: (, ), ,, ;, *,

Installation

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.

About

Database from scratch in Elixir!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages