nodeboot-starter-persistence

Installation
SKILL.md

@nodeboot/starter-persistence

Use this starter when the app needs a real persistence layer. @EnableRepositories() turns on datasource wiring, repository registration, transaction support, and persistence lifecycle events that other starters can depend on.

SQL or MongoDB?

This skill covers what's common to both. Once you know the database flavour, load the matching skill for scaffold guidance, entity shape, repositories, and paging specifics:

If it's unclear yet, ask, or check an existing app's persistence.type in app-config.yaml.

Enable

Installs
1
GitHub Stars
10
First Seen
Aug 11, 2026
nodeboot-starter-persistence — nodejs-boot/node-boot