← 返回首页
GitHub - getdevflow/sqlite-admin: SQLite admin plugin for Devflow CMF inspired by phpLiteAdmin. · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

getdevflow/sqlite-admin

Go to file
Code

Repository files navigation

More items

Description

SQLite admin gives you an interface to interact with your SQLite database if you've chosen SQLite as the database repository for your Devflow CMF install.

Requires Devflow Version: 2.x

Tested Up To: 2.2.1

Requires PHP: 8.4+

Stable Tag: 1.0.1

License: GPLv2-only

Screenshot

Database-level features

  • Display database file information
  • Display SQLite version and PDO SQLite availability
  • Show database file size
  • Show last modified timestamp
  • Download database backup
  • Export database as SQL
  • Export database as CSV
  • Import SQL file
  • Import CSV file
  • VACUUM database
  • PRAGMA integrity_check
  • Optional PRAGMA optimize

Table Features

  • List tables and views
  • Browse rows
  • Paginate rows
  • Sort rows
  • Search/filter rows
  • View table structure
  • View CREATE TABLE
  • Create table
  • Rename table
  • Empty table
  • Drop table
  • Insert row
  • Edit row
  • Delete row
  • Add column
  • Rename column
  • Drop column when supported
  • Manage indexes
  • Manage triggers

SQL Editor Features

  • Free-form SQL editor
  • Multiple statement execution
  • Result table rendering
  • Query timing
  • Affected row count

Localization

Portuguese, Chines (Simplified), German, English, Spanish, French, Italian Japanese, and Russian

Codex Installation

  1. Start a new shell session.
  2. In the root of your install, run the following command php codex plugin:install getdevflow/sqlite-admin.

Changelog

1.0.1

  • Fixed route loading issue.

1.0.0

  • Initial release.

About

SQLite admin plugin for Devflow CMF inspired by phpLiteAdmin.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.