Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mihajlomilojevic/mysql-like-mongo

Mysql-like-mongo is a node.js package that provides api similar to mongoose but only for mysql. It allows for creating schemas that have predefined methods such as Create, GetAll, GetById, Update, Delete and so on, as well as allowing adding custom functions to the scheema.
https://github.com/mihajlomilojevic/mysql-like-mongo

mongoose mysql-database node npm-package

Last synced: about 4 hours ago
JSON representation

Mysql-like-mongo is a node.js package that provides api similar to mongoose but only for mysql. It allows for creating schemas that have predefined methods such as Create, GetAll, GetById, Update, Delete and so on, as well as allowing adding custom functions to the scheema.

Awesome Lists containing this project

README

        

# mysql-like-mongo

Mysql-like-mongo is a node.js package that provides api similar to mongoose but only for mysql. It allows for creating schemas that have predefined methods such as Create, GetAll, GetById, Update, Delete and so on, as well as allowing adding custom functions to the scheema.

Project is a awailable on [npm](https://www.npmjs.com/package/@mihajlomilojevic/mysql-like-mongo).

Project does not have typescript support and can't perform table joins.