Skip to content

Sample code for Swift Talk episode 48: Server-Side Swift: Interfacing with PostgreSQL

Notifications You must be signed in to change notification settings

objcio/S01E48-server-side-swift-interfacing-with-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift Talk

Server-Side Swift: Interfacing with PostgreSQL

This is the code that accompanies Swift Talk Episode 48: Server-Side Swift: Interfacing with PostgreSQL

To build this package, you have to have libpq installed. One way is to do a brew install postgres, which will also include the libpq headers.

To start up the database you need to have Docker installed. Then execute the following command from the postgres directory:

docker-compose up

Inspecting the database:

docker exec -it postgres_db_1 psql -U postgres -d sample

About

Sample code for Swift Talk episode 48: Server-Side Swift: Interfacing with PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages