Skip to content

link-foundation/materialized-path

Repository files navigation

deepcase materialized-path

npm version develop deepcase

Main

install

  • Before all create .env file. (optional)
    HASURA_PATH='localhost:8080'
    HASURA_SSL=0
    HASURA_SECRET='myadminsecretkey'
    
    MIGRATIONS_HASURA_PATH='localhost:8080'
    MIGRATIONS_HASURA_SSL=0
    MIGRATIONS_HASURA_SECRET='myadminsecretkey'
    
    MIGRATIONS_SCHEMA='public'
    MIGRATIONS_MP_TABLE='mp_example__nodes__mp'
    MIGRATIONS_GRAPH_TABLE='mp_example__nodes'
    MIGRATIONS_ID_TYPE_GQL='Int'
    MIGRATIONS_ID_TYPE_SQL='integer'
  • Optional for tests delay
    DELAY=0
  • Unmigrate previous test tables, migrate again
    npm run unmigrate && npm run migrate && npm run test
    

test

npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •