<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Knex :: K-State CS Textbook Extras</title>
    <link>https://textbooks.cs.ksu.edu/extras/02-full-stack/08-knex/index.html</link>
    <description>We’re going to use the Knex library to connect to our database from the server. We’ll also use it to handle database migrations and seeding.&#xA;Install Knex We can install Knex using npm inside the server container:&#xA;# Terminal docker exec -it project-server bash Then we can use npm to install the knex library, along with the pg library for connecting to Postgres databases. This should be done in the /app/server directory inside the container:</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="https://textbooks.cs.ksu.edu/extras/02-full-stack/08-knex/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>