Some database management advice please...

blov · · 495 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>I&#39;m developing a new Go application and the time has come to consider my relational DB (postgres for those interested). I&#39;ve assumed that I&#39;d have to use a management tool like liquibase or Active Record Migrations. However I would love a tool I where I can use Go and avoid &#39;context switching&#39; to Ruby or YML. </p> <p>Is there a relatively mature Go database management tool I could consider? </p> <p>edit:spelin&#39;</p> <hr/>**评论:**<br/><br/>airomega: <pre><p>Just to point out that I&#39;ve not come straight here to ask. I did do some digging and found Goose - <a href="https://bitbucket.org/liamstask/goose" rel="nofollow">https://bitbucket.org/liamstask/goose</a>. </p> <p>However I don&#39;t know if it&#39;s mature enough or if there are better tools out there.</p></pre>bkeroack: <pre><p>migrate is nice and simple.</p> <p><a href="https://github.com/mattes/migrate" rel="nofollow">https://github.com/mattes/migrate</a></p></pre>airomega: <pre><p>Awesome - cheers</p></pre>dlsniper: <pre><p>In Go there are not that many tools and they are less powerful (so far) because of the language.</p> <p>Just do the context switch and use what&#39;s the best for the task. </p></pre>airomega: <pre><p>Thanks for your input</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

495 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传