Skip to content

Instantly share code, notes, and snippets.

@graphicbeacon
Created May 30, 2018 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save graphicbeacon/98b367bc473ac78d1d4c9d5b6e7bd005 to your computer and use it in GitHub Desktop.
Save graphicbeacon/98b367bc473ac78d1d4c9d5b6e7bd005 to your computer and use it in GitHub Desktop.
Sample code for "Building RESTful Web APIs with Dart, Aqueduct and PostgreSQL (Part 4)" post on Medium (3)
class FaveReadsConfiguration extends ConfigurationItem {
FaveReadsConfiguration(String fileName) : super.fromFile(fileName);
DatabaseConnectionConfiguration database;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment