Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iris-orm

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iris-orm

Nodejs SQL Object-Relational-Mapper written in Typescript language

  • 0.0.1-10
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Iris-ORM

Iris is a Node-JS Object-Relational-Mapper which belongs to a part of the project Kanto, this is the Repository for the Iris-ORM.

More Information: Wiki

Iris is currently only available for the development itself, there is no full-working and secure version of Iris available yet.

Installation

After the installation, tests will be ready to execute.

Requirements:

  • Linux - Platform (other platforms are not tested yet)
  • Nodejs - Application Platform
  • Typescript Compiler - Code Compiler

Optional

  • SublimeText or Atom Editor or any other Editor which support Typescript
  • The available plugins for the Editor
    • for SublimeText prefer ArcticTypescript just install using the Package-Manager
    • for the ATOM Editor the native official Open-Source Plugin of Microsoft Typescript

Step 1 - Install Typescript Requirements to compile the project:

$ npm install -g typescript tsd

Step 2 - Clone the git source code of the project:

$ git clone git@github.com:alex20465/iris-orm.git

Step 3 - install nodejs modules and dependencies, change to the project directory and execute the nodejs install command:

$ cd kanto/
$ npm install

Step 4 - Install TypeDefinitions:

tsd install

Step 5 - Compile the Project:

tsc

Built path: "(iris-orm)/built"

Testing

To run the tests use the task manager: Grunt:

$ grunt test

FAQs

Package last updated on 12 Oct 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