šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

mysql-records

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-records

Simple MySQL ORM

0.5.11
latest
Source
npm
Version published
Weekly downloads
33
3200%
Maintainers
1
Weekly downloads
Ā 
Created
Source

mysql-orm

Simple MySQL ORM library.

Supports models, links, primary keys.

TODO

  • Add tests
  • Write documentation
  • Make code-first and migrations
  • Make query grouping (e.g. People.find({ name: "Vasya" }).find({ age: { $gt: 40}}).do() instead of current form
  • Make expression parsing (e.g. People.find(u => u.name == "Vasya" );)
  • Change __db??__ keys to Symbols

FAQs

Package last updated on 15 Sep 2017

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