Package Exports
- sqlpm
- sqlpm/src/index.ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sqlpm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
sqlpm
SQL Package Manager
Examples
yarn sqlpm generate '{"packageName": "universal", "platform": "postgresql", "description": "", "author": "Eric Hosick", "email": "erichosick@gmail.com", "purposes": ["readwrite"], "actions": ["run", "test", "reset"]}'
yarn lerna add @sqlpm/sqlpm-lib-ts --scope=@sqlpm/universal-postgresql
yarn lerna add @sqlpm/test-postgresql --scope=@sqlpm/universal-postgresql
yarn sqlpm generate '{"packageName": "test", "platform": "postgresql", "description": "Contains resources that can be used for testing.", "author": "Eric Hosick", "email": "erichosick@gmail.com", "purposes": ["readwrite"], "actions": ["run", "test", "reset"]}'
yarn lerna add @sqlpm/sqlpm-lib-ts --scope=@sqlpm/test-postgresql