back to home

JetBrains / xodus-dnq

Data definition and queries Kotlin DSL over Xodus

86 stars
25 forks
8 issues
KotlinJavaFreeMarker

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing JetBrains/xodus-dnq in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/JetBrains/xodus-dnq)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Xodus-DNQ is a Kotlin library that contains the data definition language and queries for Xodus, a transactional schema-less embedded database. Xodus-DNQ provides the same support for Xodus that ORM frameworks provide for SQL databases. With Xodus-DNQ, you can define your persistent meta-model using Kotlin classes. JetBrains team tools YouTrack and Hub use Xodus-DNQ for persistent layer definition. More documentation https://jetbrains.github.io/xodus-dnq. Quick Start Guide Install to your project List of released versions is available at https://github.com/JetBrains/xodus-dnq/releases. Gradle Maven Use Xodus-DNQ See code in repository. Find out more • Read documentation • Report an issue • Ask question at Stack Overflow • Learn more about Xodus