New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

querybuildertotaldb

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

querybuildertotaldb

TotalDB SQL integrator

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

Total.js QueryBuilder: TotalDB

A simple QueryBuilder integrator for Total DB.

  • Documentation
  • $ npm install querybuildertotaldb

Initialization:

// require('querybuilderdb').init(name, url, [errorhandling]);
// name {String} a name of DB (default: "default")
// url {String} a URL address to the Total DB instance
// errorhandling {Function(err, cmd)}

require('querybuildertotaldb').init('default', CONF.database);

Usage:

DB().find('tbl_user').where('id', 1234).callback(console.log);
// DB('default').find('tbl_user').where('id', 1234).callback(console.log);

Keywords

orm

FAQs

Package last updated on 17 Sep 2022

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