Opening SQLite files can now be done easily directly from the cellphone.
SQLite is a relational database management system that is ACID-compliant and has a relatively small code library size, written in C. SQLite is a public domain project undertaken by D. Richard Hipp .
Some of the things you can do include:
- Read data
- Added a table
- Add data
- Delete data
- Clear table
- Perform queries
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day. More Information...
The SQLite file format is stable, cross-platform, and backwards compatible and the developers pledge to keep it that way through the year 2050. SQLite database files are commonly used as containers to transfer rich content between systems and as a long-term archival format for data. There are over 1 trillion (1e12) SQLite databases in active use.
SQLite source code is in the public-domain and is free for everyone to use for any purpose.
Download immediately and hopefully useful.
آخرین نسخه
1.1.2بارگذاری شده توسط
Schenai X Myah
نیاز به اندروید
Android 4.4+
دسته بندی
رایگان برنامه انتظام کاررتبهبندی محتوا
Everyone
گزارش
گزارش محتوای نامناسبLast updated on 04/05/2023
- Read data
- Adding table
- Adding data
- Delete data
- Delete table
- Perform queries