Skip to content

shibatanaoto/morph-sample-project

Repository files navigation

Welcome to your new Morph project!

Using the starter project

Try running the following commands:

  • Run your data app
morph serve

Resources

Getting started

Write connection info in ~/.morph/config.yml like this:

connections:
  connection_name:
    type: postgres
    host: localhost
    port: 5432
    user: postgres
    password: postgres

You can set it up by running the following command:

morph config

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages