Introduction
The @laratype/database package provides a powerful and flexible ORM (Object-Relational Mapping) that helps you interact with the database easily and efficiently in your Laratype application.
Installation
To use the features provided by @laratype/database, install the package first:
sh
$ npm install @laratype/databasesh
$ pnpm add @laratype/databasesh
$ bun add @laratype/databaseConfiguration
You can edit the database configuration in the config/config.ts file.
