Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

cbruegg/ORMLite-RxJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ORMLite-RxJava

A collection of thin RxJava wrappers around query methods in my fork of ormlite-core. If you prefer not to use my fork, since it is deprecated, just delete the methods referencing non-existing methods.

It is recommended to use a separate Scheduler for operations on the database, for example:

private static final Scheduler DB = Scheduler.newThread();

void foo() {
  someObservable.subscribeOn(DB). [...]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages