@breign/db-schemas
v0.1.31
Published
This repository contains the database schema definitions for the Brain project. These schemas are used to define the structure of data stored and managed within the Brain ecosystem.
Readme
Brain DB Schemas
This repository contains the database schema definitions for the Brain project. These schemas are used to define the structure of data stored and managed within the Brain ecosystem.
Usage
Specific instructions for using or contributing to these schemas will depend on the exact technology and integration with other Brain components. Generally, these schemas serve as the foundation for data consistency across the system.
Local Development with @breign/client
This project depends on the @breign/client package. Several utility scripts are available to manage this dependency:
Available Scripts
npm run link-project:client: Links the local@breign/clientproject for developmentnpm run install-latest:client: Installs the latest published version of@breign/clientnpm run reinstall:client: Reinstalls the@breign/clientpackage (useful for resolving dependency issues)
To work with a local version of @breign/client, use the link-project:client script. For production builds, use install-latest:client to ensure you're using the latest published version.
