[ ソース: sqlite-utils ]
パッケージ: sqlite-utils (4.0~a0-1~exp1)
sqlite-utils に関するリンク
Debian の資源:
sqlite-utils ソースパッケージをダウンロード:
- [sqlite-utils_4.0~a0-1~exp1.dsc]
- [sqlite-utils_4.0~a0.orig.tar.gz]
- [sqlite-utils_4.0~a0-1~exp1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
試験的な (experimental の) パッケージ
警告: このパッケージは experimental ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。
CLI tool and Python utility functions for manipulating SQLite
Feature highlights:
- Pipe JSON (or CSV or TSV) directly into a new SQLite database file,
automatically creating a table with the appropriate schema
- Run in-memory SQL queries, including joins, directly against data in CSV,
TSV or JSON files and view the results.
- Configure SQLite full-text search against your database tables and run
search queries against them, ordered by relevance
- Run transformations against your tables to make schema changes that SQLite
`ALTER TABLE` does not directly support, such as changing the type of a
column
- Extract columns into separate tables to better normalize your existing data
その他の sqlite-utils 関連パッケージ
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 8.1)
- Sphinx ドキュメンテーション用 JavaScript サポート
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-click
- Command-Line Interface Creation Kit - Python 3.x
-
- dep: python3-click-default-group
- Extension for Python click adding default subcommand to group (Python 3)
-
- dep: python3-dateutil
- powerful extensions to the standard Python 3 datetime module
-
- dep: python3-pluggy
- plugin and hook calling mechanisms for Python 3
-
- dep: python3-sqlite-fts4
- Document scoring Python library for SQLite FTS4
-
- dep: python3-tabulate
- pretty-print tabular data in Python3
