<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Postgres on Andrew Rady</title><link>https://andrewrady.github.io/blog/tags/postgres/</link><description>Recent content in Postgres on Andrew Rady</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 03 Mar 2020 12:15:32 -0600</lastBuildDate><atom:link href="https://andrewrady.github.io/blog/tags/postgres/index.xml" rel="self" type="application/rss+xml"/><item><title>Connecting Your Rails App to a Database</title><link>https://andrewrady.github.io/blog/posts/connecting-your-rails-app-to-a-database/</link><pubDate>Tue, 03 Mar 2020 12:15:32 -0600</pubDate><guid>https://andrewrady.github.io/blog/posts/connecting-your-rails-app-to-a-database/</guid><description>&lt;h1 id="connecting-your-rails-application-to-a-database" class="relative group"&gt;Connecting your Rails application to a database &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#connecting-your-rails-application-to-a-database" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h1&gt;&lt;p&gt;Rails default setup uses sqlite which is a great way to get starting building applications, but at some point we will need to connect to a real database. Whether you need functionality that is specific to a certain database, or you want to simulate your production environment more. Connecting to a database is pretty easy with Rails. The first thing you will need is a database installed on your computer. For my apps I primarily use Postgres and pgAdmin as my GUI.&lt;/p&gt;</description></item></channel></rss>