dbflow android,DBFlow 一个超快速,功能强大且非常简单的Android ORM框架

README

dbflow_banner.png?raw=true

68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4a69745061636b2e696f2d352e302e30616c706861312d7265642e7376673f7374796c653d666c6174687474703a2f2f696d672e736869656c64732e696f2f62616467652f416e64726f69642532305765656b6c792d2532333132392d3243423345352e7376673f7374796c653d666c617468747470733a2f2f696d672e736869656c64732e696f2f62616467652f416e64726f6964253230417273656e616c2d4442466c6f772d627269676874677265656e2e7376673f7374796c653d666c6174

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.

Supports:

Kotlin: Built using the language, the library is super-concise, null-safe and efficient.

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 QueryDataSource.

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:

allProjects {

repositories {

google()

// required to find the project's artifacts

// place last

maven { url "https://www.jitpack.io" }

}

}

Add artifacts to your project:

apply plugin: 'kotlin-kapt' // only required for kotlin consumers.

def dbflow_version = "5.0.0-alpha1"

// or 10-digit short-hash of a specific commit. (Useful for bugs fixed in develop, but not in a release yet)

dependencies {

// Use if Kotlin user.

kapt "com.github.agrosner.dbflow:processor:${dbflow_version}"

// Annotation Processor

// if only using Java, use this. If using Kotlin do NOT use this.

annotationProcessor "com.github.agrosner.dbflow:processor:${dbflow_version}"

// core set of libraries

implementation "com.github.agrosner.dbflow:core:${dbflow_version}"

implementation "com.github.agrosner.dbflow:lib:${dbflow_version}"

// sql-cipher database encryption (optional)

implementation "com.github.agrosner.dbflow:sqlcipher:${dbflow_version}"

implementation "net.zetetic:android-database-sqlcipher:${sqlcipher_version}@aar"

// RXJava 2 support

implementation "com.github.agrosner.dbflow:reactive-streams:${dbflow_version}"

// Kotlin Coroutines

implementation "com.github.agrosner.dbflow:coroutines:${dbflow_version}"

// Android Architecture Components Paging Library Support

implementation "com.github.agrosner.dbflow:paging:${dbflow_version}"

// adds generated content provider annotations + support.

implementation "com.github.agrosner.dbflow:contentprovider:${dbflow_version}"

}

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 develop branch. Any other branch (unless specified by the maintainers) will get rejected. 5. Have fun!

Maintainer

Originally created by Raizlabs, a Rightpoint company

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值