diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-25 12:28:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-28 09:11:23 +0700 |
commit | ef192dc50de21cde1c73050c9a0d5d4583f76e11 (patch) | |
tree | ca575ed223e3bab0fee1c9dd455b377e9a3e8383 /python/pysqlite/README | |
parent | 9649fd7b5bc176a5a0b36173e1207a3d5e20fa0d (diff) |
python/pysqlite: Removed (use sqlite3).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pysqlite/README')
-rw-r--r-- | python/pysqlite/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/python/pysqlite/README b/python/pysqlite/README deleted file mode 100644 index 5572da787e6a..000000000000 --- a/python/pysqlite/README +++ /dev/null @@ -1,6 +0,0 @@ -pysqlite - Python Interface to SQLite 3 - -pysqlite is an interface to the SQLite 3.x embedded relational -database engine. It is almost fully compliant with the Python -database API version 2.0 and also exposes the unique features of -SQLite. |