文件名称:my-sql-worm:简单的偏僻Node.JS MySQL ORM
文件大小:19KB
文件格式:ZIP
更新时间:2024-05-25 13:16:04
JavaScript
带有ORM v0.1MySQL 使命: The mission is to provide a simple to use, lightweight, flexible and extensible object-relation mapper for MySQL databases in Node.js. It should not get in the way, and support your way of coding. 有什么不同(与其他ORM相比)? 关键区别在于,如果您不想依赖那些.query('some_tables')。where('x> 3')承诺,或者您确实想要某些东西,那么您应该具有编写自己的查询的能力复杂。 例如,定义自己的过滤器,如下所示: Project.findAllWithTenTasks(function(err, myFilteredProjec
【文件预览】:
my-sql-worm-master
----index.js(47B)
----.gitmodules(192B)
----deps()
--------mysql()
--------parallel()
----Readme.md(3KB)
----lib()
--------worm.js(214B)
--------worm_record.js(7KB)
--------mysql_worm.js(3KB)
--------worm_errors.js(467B)
--------worm_record_factory.js(7KB)
--------worm_helpers.js(935B)
----test()
--------test_worm_record.js(45KB)
--------test_basics.js(2KB)
--------test_worm_record_factory.js(3KB)