Skip to content

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.

License

Notifications You must be signed in to change notification settings

MihajloMilojevic/mysql-like-mongo

Repository files navigation

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.

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks