Skip to content

This project demonstrates how to talk to a PostgreSQL database using Dart

Notifications You must be signed in to change notification settings

graphicbeacon/dart_postgres

Repository files navigation

Dart and PostgreSQL

This projects demonstrates how to talk to a PostgreSQL database.

Download and Install Docker

Visit https://www.docker.com/products/docker-desktop and click the download button.

Run the docker-compose file

  1. Start the Docker application
  2. Build and run your docker-compose file
docker-compose up -d

Visit Adminer ui in the browser

Visit http://localhost:8082 and log in with username postgres and password password.

Run the project

Execute this command in your terminal:

dart bin/main.dart

Created from templates made available by Stagehand under a BSD-style license.

About

This project demonstrates how to talk to a PostgreSQL database using Dart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages