1.0.2 • Published 8 months ago

@slc-wms/dbmod v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Database-Model

build npm Version license

This package contains TypeScript types support and zod validation for each of the schemas at the WMS software's database model.

Installation

This package should be online on npm, so to add this to any other service, it should be okay to just run the following command:

npm install @slc-wms/dbmod

If by any means the package is not online, the src folder can be extracted from this repo and referenced locally in the service which is being developed. Just make sure to have both TypeScript and zod installed in that service. To do so, run the following commands:

npm install -D typescript
npm install zod
1.0.2

8 months ago

1.0.1

9 months ago

1.0.0

9 months ago