/ollie

Compile-time active record ORM for Android

Primary LanguageJavaApache License 2.0Apache-2.0

Ollie

Compile-time active record ORM for Android.

Ollie is in active development and is changing quite rapidly. Please look at the tests until proper documentation is written.

Build Status Stories in Ready

Download

Grab via Maven:

<dependency>
  <groupId>com.michaelpardo</groupId>
  <artifactId>ollie</artifactId>
  <version>0.2.0</version>
</dependency>
<dependency>
  <groupId>com.michaelpardo</groupId>
  <artifactId>ollie-compiler</artifactId>
  <version>0.2.0</version>
  <optional>true</optional>
</dependency>

or Gradle:

compile 'com.michaelpardo:ollie:0.2.0'
provided 'com.michaelpardo:ollie-compiler:0.2.0'

Build

To build:

$ git clone git@github.com:pardom/ollie.git
$ cd ollie/
$ ./gradlew build

License

Copyright 2014 Michael Pardo

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.