<p>I'm developing a new Go application and the time has come to consider my relational DB (postgres for those interested). I've assumed that I'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 'context switching' to Ruby or YML. </p>
<p>Is there a relatively mature Go database management tool I could consider? </p>
<p>edit:spelin'</p>
<hr/>**评论:**<br/><br/>airomega: <pre><p>Just to point out that I'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't know if it'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's the best for the task. </p></pre>airomega: <pre><p>Thanks for your input</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传