New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

azul

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azul

Elegant ORM for Node.js

  • 0.0.1-alpha.15
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Azul

NPM version Build status Code Climate Coverage Status Dependencies devDependencies

Azul has been built from the ground up to be the most expressive ORM for Node.js.

Get Started

$ npm install azul -g
$ npm install azul
$ azul init

The current release of Azul.js is a functional alpha. We're looking for feedback at this point, so please look at the docs and give it a try.

We're focusing on creating an expressive, well documented public API and reaching feature parity with other ORM tools. If you're interested in helping, please reach out.

Addons

A few additional components that you can use with Azul.js are:

Testing

Simply run npm test to run the full test suite.

This build currently connects to databases for testing purposes. To replicate this on your machine, do the following:

Postgres
$ createuser -s root
$ psql -U root -d postgres
> CREATE DATABASE azul_test;
> \q
MySQL
$ mysql -u root
> CREATE DATABASE azul_test;
> exit

Documentation

Generate and access documentation locally:

$ jsdoc --private -c jsdoc.json
$ open out/index.html

License

This project is distributed under the MIT license.

Keywords

FAQs

Package last updated on 18 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc