|
You are here |
crawshaw.io | ||
| | | | |
www.thepolyglotdeveloper.com
|
|
| | | | | Learn how to use a SQLite database within a Golang application as a means for storing data locally wherever the application is being run. | |
| | | | |
www.ardanlabs.com
|
|
| | | | | Introduction I prefer to use relational (SQL) databases in general since they provide several features that are very useful when working with data. SQLite is a great choice since the database is a single file, which makes it easier to share data. Even though it's a single file, SQLite can handle up to 281 terabytes of data. SQLite also comes with a command line client called sqlite3 which is great for quick prototyping. | |
| | | | |
fractaledmind.github.io
|
|
| | | | | This is my personal site, where I write about Ruby, programming, and any of my varied fascinations. | |
| | | | |
nodogmablog.bryanhogan.net
|
|
| | | A simple example of running Postgres in Docker with a password set, and a port exposed. | ||