I use cargo teo serve to start the project, but it quit quickly, just print log below:
[2024-01-23 08:02:33] sqlite connector connected for main at "sqlite::memory:"
I change database by postgres, and I get the same result:
[2024-01-23 07:58:23] postgres connector connected for main at "postgres://postgres:postgres@127.0.0.1:5432/helloteo"
rust version:1.75.0 when I operate by this guide: https://teocloud.io/docs/getting-started/beginner-tutorial/write-a-schema-only-app
I use
cargo teo serve
to start the project, but it quit quickly, just print log below: [2024-01-23 08:02:33] sqlite connector connected formain
at "sqlite::memory:"I change database by postgres, and I get the same result: [2024-01-23 07:58:23] postgres connector connected for
main
at "postgres://postgres:postgres@127.0.0.1:5432/helloteo"