coleifer/sqlite-web được TopGit xếp vào nhóm dự án dữ liệu, với 4.1k sao trên GitHub, viết chủ yếu bằng Python. Web-based SQLite database browser written in Python
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
Or run with the high-performance gevent WSGI server (requires gevent):
$ sqlite_wsgi /path/to/db.db
Then navigate to http://localhost:8080/ to view your database.
Features
Works with your existing SQLite databases, or can be used to create new databases.
Add or drop:
Tables
Columns (with support for older versions of Sqlite)
Indexes
Export data as JSON or CSV.
Import JSON or CSV files.
Browse table data.
Insert, Update or Delete rows.
Load and unload databases at run-time (see --enable-load or --enable-filesystem)
Screenshots
The index page shows some basic information about the database, including the number of tables and indexes, as well as its size on disk:
The structure tab displays information about the structure of the table, including columns, indexes, triggers, and foreign keys (if any exist). From this page you can also create, rename or drop columns and indexes.
Columns are easy to add, drop or rename:
The content tab displays all the table data. Links in the table header can be used to sort the data:
The query tab allows you to execute arbitrary SQL queries on a table. The query results are displayed in a table and can be exported to either JSON or CSV:
The import tab supports importing CSV and JSON files into a table. There is an option to automatically create columns for any unrecognized keys in the import file:
The export tab supports exporting all, or a subset, of columns:
Basic INSERT, UPDATE and DELETE queries are supported:
When configured with --enable-load or --enable-filesystem additional
databases can be loaded or unloaded at run-time:
-b, --browser: open a web-browser when sqlite-web starts.
-x, --no-browser: do not open a web-browser when sqlite-web starts.
-P, --password: prompt for password to access sqlite-web.
Alternatively, the password can be stored in the "SQLITE_WEB_PASSWORD"
environment variable, in which case the application will not prompt for a
password, but will use the value from the environment.
-r, --read-only: open database in read-only mode.
-R, --rows-per-page: set pagination on content page, default 50 rows.
-Q, --query-rows-per-page: set pagination on query page, default 1000 rows.
-T, --no-truncate: disable ellipsis for long text values. If this option
is used, the full text value is always shown.
-B, --base64: BLOB data as base64 (default is hex).
-e, --extension: path or name of loadable extension(s). To load
multiple extensions, specify -e [path] for each extension.
-s, --startup-hook: path to a startup hook used to initialize the
connection before each request, e.g. my.module.some_callable. Should
accept one parameter, the SqliteDatabase instance.
coleifer/sqlite-web có 4.1k sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/coleifer/sqlite-web. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
coleifer/sqlite-web có những chủ đề gì?
GitHub topics của coleifer/sqlite-web: "database", "flask", "python", "sqlite". TopGit xếp repo vào nhóm Data.
coleifer/sqlite-web có website riêng không?
TopGit chưa ghi nhận URL trang chủ cho coleifer/sqlite-web. Phần README ở tab phía trên thường có link demo, hoặc xem mô tả GitHub của repo.
coleifer/sqlite-web còn đang phát triển không?
Commit gần nhất trên coleifer/sqlite-web là 7 ngày trước (theo timestamp GitHub). Repo có 401 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
coleifer/sqlite-web dùng license gì?
coleifer/sqlite-web phát hành theo license MIT. Nên mở file LICENSE trên GitHub để xác nhận — license metadata đôi khi lệch với thực tế dự án.
coleifer/sqlite-web viết bằng ngôn ngữ gì?
coleifer/sqlite-web chủ yếu viết bằng Python. Trường "language" của GitHub dựa trên phần lớn byte ở nhánh mặc định.
Đọc thêm về coleifer/sqlite-web ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/coleifer/sqlite-web là nguồn chính thức.
Đọc đầy đủ README ở tab phía trên.
Muốn nghe thêm một ý kiến về sqlite-web?
Hỏi một AI đọc được trang này — một cú bấm là có ngay nhận định về sqlite-web.