mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
15 lines
703 B
Text
15 lines
703 B
Text
Python CLI utility and library for manipulating SQLite databases.
|
|
|
|
Some 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
|