back to home

agrosner / DBFlow

A blazing fast, powerful, and very simple ORM android database library that writes database code for you.

4,861 stars
595 forks
45 issues
KotlinJava

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing agrosner/DBFlow 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/agrosner/DBFlow)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

README DBFlow is fast, efficient, and feature-rich Kotlin database library built on SQLite for Android. DBFlow utilizes annotation processing to generate SQLite boilerplate for you and provides a powerful SQLite query language that makes using SQLite a joy. DBFlow is built from a collection of some of the best features of many database libraries. Don't let an ORM or library get in your way, let the code you write in your applications be the best as possible. DBFlow Contains: **Kotlin:** Built using the language, the library is super-concise, null-safe and efficient. **Annotation Processor**: Generates the necessary code that you don't need to write. **Core:** Contains the main annotations and misc classes that are shared across all of DBFlow. **DBFlow:** The main library artifact used in conjunction with the previous two artifacts. **Coroutines:** Adds coroutine support for queries. **RX Java:** Enable applications to be reactive by listening to DB changes and ensuring your subscribers are up-to-date. **Paging:** Android architecture component paging library support for queries via . **LiveData:** Android architecture LiveData support for queries on table changes. **SQLCipher:** Easy database encryption support in this library. **SQLite Query Language:** Enabling autocompletion on sqlite queries combined with Kotlin language features means SQLite-like syntax. Changelog Changes exist in the releases tab. Usage Docs For more detailed usage, check out it out here Including in your project Add jitpack.io to your project's repositories: Add artifacts to your project: Pull Requests I welcome and encourage all pull requests. Here are some basic rules to follow to ensure timely addition of your request: 1. Match coding style \(braces, spacing, etc.\) This is best achieved using **Reformat Code** shortcut, command+option+L on Mac and Ctrl+Alt+L on Windows, with Android Studio defaults. 2. If its a feature, bugfix, or anything please only change code to what you specify. 3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :\) 4. Pull requests _must_ be made against branch. Any other branch \(unless specified by the maintainers\) will get **rejected**. 5. Have fun! Maintainer Originally created by Raizlabs, a Rightpoint company Maintained by agrosner \(@agrosner\)