baidwwy / sqlite_android

SQLite for Android supporting Database from Assets and incorporating ICU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLite for Android with Database from Assets (Resources) support and Unicode Search

The build is based on SQLite Android bindings and supports the long-awaited feature of opening the database from resources (or assets).

Features

  • Open database from asset file without need to copy db to user memory
  • Use russian or any other language in search LIKE-requests thanks to the integrated ICU

Software used

SQLite Android Bidnings https://sqlite.org/android/doc/trunk/www/index.wiki SQLite and ICU https://habr.com/ru/post/122408/

Author - Artem Moroz artem.moroz[at]gmail.com

About

SQLite for Android supporting Database from Assets and incorporating ICU


Languages

Language:C 61.1%Language:C++ 35.1%Language:Java 3.3%Language:Makefile 0.6%Language:Assembly 0.0%