Explore >> Select a destination


You are here

gilmi.me
| | www.thepolyglotdeveloper.com
2.9 parsecs away

Travel
| | 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
5.8 parsecs away

Travel
| | 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.
| | phiresky.github.io
6.8 parsecs away

Travel
| | Using relational databases in a typed language is a pain unless you have great libraries to support you. There's a lot of different libraries for TypeScript, but they all have their own advantages and flaws. Since it's hard to find anything other than TypeORM, this is a short list of the
| | machevalia.blog
25.2 parsecs away

Travel
|