Explore >> Select a destination


You are here

mortenvistisen.com
| | lanre.wtf
1.7 parsecs away

Travel
| | how to populate your integration tests with data to make them useful
| | bartlomiejmika.com
3.9 parsecs away

Travel
| | The purpose of this article is to provide instructions on how to setup postgres database with our application.
| | www.alexedwards.net
3.1 parsecs away

Travel
| |
| | www.ardanlabs.com
25.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.