An open API service indexing awesome lists of open source software.

https://github.com/weaverdb/weaver_android

Embedded DB for Android packaged as an AAR
https://github.com/weaverdb/weaver_android

android android-library java postgresql weaverdb

Last synced: 6 months ago
JSON representation

Embedded DB for Android packaged as an AAR

Awesome Lists containing this project

README

          

# WeaverDB Android

Android AAR packaging for WeaverDB

## Description

This is Android packaging for Android devices. Native parts of [WeaverDB](https://github.com/weaverdb/weaverdb) submodule are built and packaged for use on Android.

## Getting Started

### Building

After cloning repository, do the following:

% cd weaver_android
% echo "sdk.dir=" > local.properties
% git submodule init
% git submodule update
% ./gradlew build

### Running

### Dependencies

### Installing

## Authors

Myron Scott

## License

This project is licensed under the BSD License - see the LICENSE file for details

## Acknowledgments