JetBrains / xodus-dnq
Data definition and queries Kotlin DSL over Xodus
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.
Repository Overview (README excerpt)
Crawler viewXodus-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