需要有关创建 Postgres 绑定 Monomac 应用程序的分步说明
我一直在通过查看稀疏的文档来努力解决这个问题,至少可以说这是一个相当困难的过程。有没有人做过一个简单的教程,引导人们使用 Mono(大概是 Monomac)创建一个绑定到 Postgres 数据库的 OSX 应用程序?
I've been struggling through this by looking at the sparse documentation and it's a pretty hard slog to say the least. Has anyone done a simple tutorial that would walk one through creating an OSX application with Mono (presumably Monomac) that binds to a Postgres database?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要将 PostgreSQL 与 Mono 结合使用,您只需使用 Npgsql。
To use PostgreSQL with Mono you simply need to use Npgsql.