/SapphireORM

A Julia ORM

Primary LanguageJuliaMIT LicenseMIT

SapphireORM

Build Status Licence MIT

A Julia ORM.

How to add it to your project :

Pkg.clone("https://github.com/PhoenixMachina/SapphireORM.git")

Using it

Here's how to call the constructor :

Sapphire(username, password, dbname, option, host, driver)