Configure Norm dependency in .nimble files
developTo use Norm in your Nim project, add it to your project's .nimble configuration file using the requires keyword.
requires "norm"repository·develop·Indexed 19 days ago
https://github.com/moigagoo/normAn object-driven, framework-agnostic ORM for the Nim programming language with support for SQLite and PostgreSQL databases.
To use Norm in your Nim project, add it to your project's .nimble configuration file using the requires keyword.
requires "norm"Install the Norm ORM using the Nimble package manager. Ensure you have the latest version of Nimble installed before proceeding.
To install Norm:
nimble install -y normTo ensure you have the latest Nimble:
nimble install -y nimble