mysql-records
TypeScript icon, indicating that this package has built-in type declarations

0.5.11 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i mysql-records

Weekly Downloads

0

Version

0.5.11

License

MIT

Last publish

Collaborators

  • yhaskell