首先使用rust操作postgresql,因为postgresql是我最喜欢的数据库。 首先创建新项目 cargo new db --bin. 在cargo.toml中添加,postgres: [package] name = "db" ...
確定! 回上一頁