-
[typeorm-transactional-cls-hooked](https://github.com/odavid/typeorm-transactional-cls-hooked) 是一个管理typeOrm的事务处理的中间件,在cool-admin底层还是egg.js时该中间件的初始化在src/app.ts下,如中间件文档所述:
![image](https://user-images.…
-
package.json
```
"dependencies": {
"@midwayjs/bootstrap": "^2.3.0",
"@midwayjs/core": "^2.3.0",
"@midwayjs/decorator": "^2.3.0",
"@midwayjs/orm": "^1.3.1",
"@midwayjs/we…
-
如题,目前遇到一个尴尬的情况,midway和typeorm高度集成的框架中,无法自定义typeorm的logger对象,自定义sql query等日志输出自定义文件及目录,请问如何解决这个问题
```
orm: {
type: "mysql",
host: "xxxxxx",
port: 3306,
username: …
-
* **Node Version**:
* v14.17.0
* **Egg Version**:
*
![image](https://user-images.githubusercontent.com/56211747/127107636-a8ec46dd-37ec-4bce-823c-15cbbc0a5049.png)
* **Plugin Name**:
* **…
-
Hi, my `tslab` kernel is not starting when inside the VS Code Jupyter Extension I select the tslab TypeScript kernel.
Not sure if it is a problem with the extension, because it seems the JSON confi…
-
在进行多对多表关联查询时出现的问题
## 复现步骤,错误日志
### 复现
[最小复现仓库](https://gitee.com/youchen12138/eggDemo/tree/dev/)
### 数据库表
![image](https://user-images.githubusercontent.com/48384290/81792939-4d41fa00-953b-11ea-8…
-
## Issue Description
Hi, I'm encountering a problem on a fairly simple use case, but I'm still not sure if it's a bug, a misunderstanding on my part, or just the expected behavior. If it's not a …
-
We are working full-time on TypeORM for almost three years. That’s why we have such a powerful and really amazing ORM. And this time wasn't funded or sponsored by anybody except our core developers - …
-
因为现在使用的Sequelize写多表数据查询要写类似jpa这种格式的代码,维护成本太高了,有没有类似mybatis-plus这种实现方式,我是一名java开发,看到前端发展很好,可是感觉egg.js写服务端还是有点欠缺,例如这个orm框架就不是太友好了,是否能提供类似以下的写法,直接可以书写sql语句,这样维护就比较好
SELECT id,name FROM user WHER…
-
https://github.com/azat-co/practicalnode (Practical Node.js, 1st and 2nd Editions , 开源电子书 👍 💯 )
http://nswbmw.github.io/N-club/index.html ()
https://github.com/IamMohaiminul/MERN
https://ele…