/dart_postgres

Experiment with Dart and Postgres

Primary LanguageShell

Dart Postgres

Start the Postgres Database using docker

In a terminal session at the project root director, execute:

source postgres/rundocker

Running Dart Program

At the same terminal session, execute:

dart bin/main.dart

Compile executable:

dart compile exe bin/main.dart