What is DBFlow?
It is fast, efficient, and feature-rich Kotlin database library built on SQLite for Android. It utilizes annotation processing to generate SQLite boilerplate for you and provides a powerful SQLite query language that makes using SQLite a joy.
DBFlow is a tool in the Object Relational Mapper (ORM) category of a tech stack.
DBFlow is an open source tool with 4.9K GitHub stars and 600 GitHub forks. Here’s a link to DBFlow's open source repository on GitHub
Who uses DBFlow?
Companies
6 companies reportedly use DBFlow in their tech stacks, including Biting Bit, Workerbase, and Android.
Developers
6 developers on StackShare have stated that they use DBFlow.
DBFlow Integrations
SQLite, Kotlin, Android OS, RxJava, and JGraphT are some of the popular tools that integrate with DBFlow. Here's a list of all 5 tools that integrate with DBFlow.
Pros of DBFlow
1
1
1
DBFlow's Features
- Feature-rich
- Kotlin database library
- Built on SQLite
DBFlow Alternatives & Comparisons
What are some alternatives to DBFlow?
Realm
The Realm Mobile Platform is a next-generation data layer for applications. Realm is reactive, concurrent, and lightweight, allowing you to work with live, native objects.
SQLite
SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file.
GreenDAO
It is an open source Android ORM making development for SQLite databases fun again. It relieves developers from dealing with low-level database requirements while saving development time.
MySQL
The MySQL software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.
PostgreSQL
PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, user-defined types
and functions.