Denis Database
A lightweight Java cache and data engine
This site turns the project’s scattered README information into a clearer product-style documentation experience.
Versions
Release and upgrade notes
The repository shows a release-driven distribution model. Even though upstream documentation is still brief, the release page and README give enough information to define a safer upgrade path.
Release snapshot
| Item | Details |
|---|---|
| Latest documented release | 0.0.2.9 alpha is the latest release explicitly visible in the repository page snapshot. |
| Build command | Use mvn package to produce the project jar locally. |
| Distribution shape | GitHub releases publish bundled archives such as zip or tar.gz project bundles. |
| Upgrade advice | Treat release bundles as the primary install surface and keep runtime files backed up before replacing an installation. |
Recommended upgrade checklist
- Back up runtime files before replacing an existing install directory.
- Re-run the platform install script after unpacking a new release bundle.
- Verify denis --help and denis --version before promoting the new build to active use.
- Check whether denis.toml, ddb.json, or token-related files require migration in your environment.