News

v0.7.3

Drop down bug fixed!

v0.7.2 Released!

This release introduces the ability to import and export your backups with in a GZip compressed file

v0.7.1 Released!

This fixes the import and export bugs of all versions

Features

phpLiterAdmin has some useful features so you can easily access your SQLite database, you can do SELECT, and Multiple INSERT's, CREATE TABLEs etc. through the Query Box.


  • Password Protection
  • Ability to lock the manager (won't allow anyone to access the database, even with a password)
  • Export the database, it doesn't just get the file itself, it formats it with SQLite CREATE TABLE, INSERT, etc.
  • Import, you can import a db file that will parse the SQLite Queries inside the file
  • Query Box, you can run multiple queries into your SQLite Database, however, you can only do 1 SELECT
  • Table list (of course)
  • VACUUM Command (Somewhat like MySQL OPTIMIZE, it removes empty space)
  • Empty selected tables
  • Drop selected tables
  • Show Create Table (SQLite Query that made the table)

phpLiterAdmin works with SQLite 2.x and above, right now phpLiterAdmin is still in development, however you can download phpLiterAdmin from our downloads page


Proud to be a SourceForge.net Project