摘要: Ecto有四个组件: 设置configuration:mix ecto.gen.repo -r Friends.Repo 在配置文件config/config.exs里对数据库进行配置: 创建数据库:mix ecto.create priv/repo/migrations里,可以设置数据库的结构: 阅读全文
posted @ 2019-03-12 10:52 每天都有一点进步 阅读(688) 评论(0) 推荐(0) 编辑