Skip to content

zbsz/slickdroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlickDroid

SlickDroid is an implementation of Android backend for Slick, it allows you to use Slick in Android project written in Scala.

This library has been developed during Scaladays Hack Weekend

Supported Features

SlickDroid supports all (hopefully) features supported by regular SQLite Slick driver.

Installation

TBD

Implementation details

Current version is heavily based on internal Slick JDBCBackend, most code has been copied from it and tweaked to use native Android SQLite api.

This results in significant code duplication and should be improved in future. Some parts can be simplified to better fit Android, and some could be shared with Slick codebase, but this would require changes in Slick itself.

About

Slick Android backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages