书栈网 · BookStack 本次搜索耗时 0.065 秒,为您找到 464 个相关结果.
  • 第五章 查询范围 Scope (预定义查询条件)

    1346 2020-01-12 《Sequelize ORM 实践》
    查询范围(预定义条件) scope 传入参数 socope 的组合 查询范围(预定义条件) 可不可以有一种方式提前定义好 where 条件,然后将这种定义好的条件又可以重新组合呢?答案就是 Scope 。 const Project = sequelize . define ( 'project' , { // Attr...
  • Ecosystem

    Ecosystem Core Community Ecosystem Plugins maintained by the Fastify team are listed under Core while plugins maintained by the community are listed in the Community section...
  • 6.4. 使用 ORM/ODM 库防止查询注入漏洞

    Preventing database injection vulnerabilities by using ORM/ODM libraries or other DAL packages One Paragraph Explainer Libraries Example - NoSQL query injection Example - SQL in...
  • 6.4. Prevent query injection vulnerabilities with ORM/ODM libraries

    Preventing database injection vulnerabilities by using ORM/ODM libraries or other DAL packages One Paragraph Explainer Libraries Example - NoSQL query injection Example - SQL in...
  • Structure

    title: Structure title: Structure In the Quick Start , we should have a preliminary impression on the framework, next let us simply understand the directory convention specific...
  • 技术

    数据库 TypeORM 集成 存储库模式 关系 自动载入实体 事务 订阅者 迁移 多个数据库 测试 定制存储库 异步配置 示例 Sequelize 集成 模型 关系 自动载入模型 事务 迁移 多个数据库 测试 异步配置 示例 Mongo 模型注入 连接 多数据库 钩子(中间件) 插件 测试 异步配置 ...
  • Databases

    Databases An in-memory database In the browser Querying As a REST API What’s next? Databases In the services chapter we created a custom in-memory messages service that c...
  • Summary

    Summary Summary Nodejs入门 skill 入门 安装 Hello world Common JS规范 模块导出 Nodejs代码调试 编写Nodejs模块 最小化问题 随堂练习:写一个Nodejs模块并发布 Koa入门 什么是Koa? 异步流程控制 co源码解析 中间件简介 中间件原理 ...
  • NodeJS

    Build a NodeJS App Install the pg driver Prerequisites Sample JavaScript code Run the application Build a NodeJS App YSQL - PG driver YSQL - Sequelize YCQL Install t...
  • 链路追踪及监控

    链路追踪及监控 目前支持的链路节点 如何查看链路 关于采样率 如何新增一个链路节点 实现原理 链路追踪及监控 目前支持的链路节点 下面提到的节点全部默认实现与开启。 节点 支持版本 解释 http(s).createServer() - 所有的 HTTP(S) 服务器,包括用 koa、express 等创建的 http(s).requ...