Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mihajlomilojevic/mysql-like-mongo
- Owner: MihajloMilojevic
- License: mit
- Created: 2022-05-23T19:54:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T20:17:09.000Z (8 months ago)
- Last Synced: 2025-02-01T13:13:23.291Z (about 4 hours ago)
- Topics: mongoose, mysql-database, node, npm-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@mihajlomilojevic/mysql-like-mongo?activeTab=readme
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.