Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 585 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 585 Bytes

SQLite3 for ARM aarch64

Description

This Magisk module provides a statically linked and stripped sqlite3 binary for ARM aarch64 devices.

Changelog

2019-03-29: v1.3

  • Updated to SQLite 3.27.2.

2019-03-29: v1.2

  • Updated for Magisk v19 template format.

2018-07-22: v1.1

  • Now installed in /system/bin if /system/xbin unavailable.

2018-07-03: v1.0

  • Initial release.
  • SQLite 3.24.0.

Credits

Thanks to @stockrt for the convenient SQLite build scripts for Android.

Links

SQLite