Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请原谅这个问题有多简单。
谷歌搜索、文档和Yesod 书似乎只解释了如何使用数据库做事,但我还没有看到关于如何实际连接到数据库的直接解释。
任何正确方向的帮助或指导将不胜感激。
编辑:我简化了Yesod 书中的代码示例,使其更易于阅读和使用。
持久包的“主页”有一个示例显示如何连接到 sqlite 的内存实例:
http://www.yesodweb.com/book/persistent
似乎您只需要更改withSqliteConn通话即可。
withSqliteConn