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
- Host: GitHub
- URL: https://github.com/weaverdb/weaver_android
- Owner: weaverdb
- License: bsd-3-clause
- Created: 2024-06-29T23:37:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-13T21:40:03.000Z (12 months ago)
- Last Synced: 2025-07-13T21:44:26.694Z (12 months ago)
- Topics: android, android-library, java, postgresql, weaverdb
- Language: Java
- Homepage:
- Size: 290 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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