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.