0.0.3 • Published 11 years ago

mysql-intermediate-type v0.0.3

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

mysql-intermediate-type

Install

npm install mysql-intermediate-type

Introduction

Here is an example on how to use it:

var ba_intermediateType = require('mysql-intermediate-type').forBackbone;
var mo_intermediateType = require('mysql-intermediate-type').forMongoose;

console.log(ba_intermediateType.get("int(32)"));
console.log(mo_intermediateType.get("int(32)"));