<p>I'm new to Bolt. Some folks I'm working with have their server on AWS and run on bolt. How do I connect to the server with bolt? I have the credentials from it. Appreciate any pointers. </p>
<hr/>**评论:**<br/><br/>go_nut: <pre><p>Bolt isn't a server, you must have credentials completely unrelated to Bolt. </p></pre>itsmontoya: <pre><p>Check out the boltdb GitHub page for documentation and examples. It's an excellent database and it's quite easy to work with. Good luck!</p></pre>indienick: <pre><p><del>If <a href="https://github.com/boltdb/bolt" rel="nofollow">this is the Bolt</a> you are referring to, I would highly recommend the following: RTFM.</del></p>
<p>Bolt is a library, very similar to SQLite: a library with an API for storing data in a file, on disk. Unlike SQLite, which provides a relational data store, Bolt is a key-value store. There is no Bolt "server".</p></pre>acerebral: <pre><p>C'mon on man. The "RTFM" bit is rude and unnecessary. You are correct to point out that bolt isn't a server, but beyond that, you only are adding negativity to an otherwise positive and welcoming community. In the future, please offer neutral correction or don't comment at all.</p></pre>indienick: <pre><p>You're absolutely correct.</p></pre>