小编Rap*_*elD的帖子

'SQLite 错误:没有这样的表',在连接的数据库上使用 TypeORM,其他表可访问。有没有特定的方法来访问带有外键的表?

大家晚上好

我正在尝试通过 TypeORM 查询存储在 sqlite 数据库上的名为“MessageEntityXREF”的表。

数据库已连接,其他表可访问。

When I try to Get on this specific table: "QueryFailedError: SQLITE_ERROR: no such table: message_entity_xref"

Any help or advice would be greatly appreciated.

Thanks

I tried to change the order in the constructor, changed the typing. However, considering the same method works for other tables, I tend to think there is an issue with this table. I queried the sqlite db for a list of all tables, it gives a list with the …

javascript sqlite typeorm nestjs

1
推荐指数
1
解决办法
2245
查看次数

标签 统计

javascript ×1

nestjs ×1

sqlite ×1

typeorm ×1