用法 Tutorial 文章: https://medium.com/@victor.teo/build-a-crud-api-with-rust-b71d522c7c87
官方网站: https://teocloud.io
GitHub: https://github.com/teocloud/teo
1 mepwang 2023-03-11 12:12:50 +08:00 实现还太不完整,连 sqlite 都不支持 |
![]() | 4 liuxu 2023-03-11 14:11:22 +08:00 之前有人发过,定义语法有点怪异,是不是 js 大佬转 rust 搞出来的东西 |
5 mepwang 2023-03-12 09:09:00 +08:00 @cheunghy teo 目前还不支持文档 Teo schema reference 中声明的 sqlite 配置语法, teo 工具运行时会报错 tutorial 中声明的 sqlite 后面配置的是 mongodb 数据库 URL |
![]() | 6 cheunghy OP @mepwang 那是文档不小心写错了,这样写:sqlite::memory: 这个是 sqlite 最方便的写法 sqlite:./whatever.sqlite 这样会创文件 |
![]() | 8 cheunghy OP 新版本添加了大量功能 |