sqlite-utils:用于操纵SQLite数据库的Python CLI实用程序和库

时间:2021-02-04 23:16:48
【文件属性】:
文件名称:sqlite-utils:用于操纵SQLite数据库的Python CLI实用程序和库
文件大小:125KB
文件格式:ZIP
更新时间:2021-02-04 23:16:48
python cli sqlite sqlite-database click sqlite实用程序 Python CLI实用程序和库,用于处理SQLite数据库。 一些功能亮点 (或 )直接传递到新SQLite数据库文件中,并使用适当的模式自动创建表 针对数据库表,并针对它们运行搜索查询(按相关性排序) 运行 以进行SQLite ALTER TABLE不直接支持的架构更改,例如删除列 到单独的表中以更好地规范您的现有数据 在我的博客上了解更多信息: 和其他。 安装 pip install sqlite-utils 或者,如果您将用于macOS: brew install sqlite-utils 用作CLI工具 现在,您可以使用CLI实用程序执行以下操作: $
【文件预览】:
sqlite-utils-main
----setup.py(2KB)
----sqlite_utils()
--------__init__.py(113B)
--------db.py(74KB)
--------cli.py(44KB)
--------utils.py(3KB)
----.gitignore(129B)
----MANIFEST.in(92B)
----LICENSE(11KB)
----.github()
--------workflows()
----README.md(4KB)
----tests()
--------test_tracer.py(2KB)
--------conftest.py(444B)
--------test_analyze_tables.py(4KB)
--------test_create.py(31KB)
--------test_cli.py(58KB)
--------test_upsert.py(2KB)
--------test_delete.py(871B)
--------test_wal.py(721B)
--------__init__.py(0B)
--------test_insert_files.py(3KB)
--------test_m2m.py(7KB)
--------test_column_affinity.py(1KB)
--------test_rows.py(1KB)
--------test_lookup.py(2KB)
--------test_introspect.py(7KB)
--------test_update.py(3KB)
--------test_recreate.py(1KB)
--------utils.py(109B)
--------test_transform.py(11KB)
--------test_register_function.py(2KB)
--------test_utils.py(666B)
--------test_hypothesis.py(1KB)
--------test_create_view.py(1KB)
--------test_fts.py(14KB)
--------test_get.py(930B)
--------test_suggest_column_types.py(989B)
--------test_conversions.py(1KB)
--------test_extracts.py(2KB)
--------test_constructor.py(340B)
--------test_docs.py(784B)
--------test_enable_counts.py(6KB)
--------test_extract.py(6KB)
----docs()
--------.gitignore(7B)
--------Makefile(695B)
--------index.rst(1KB)
--------conf.py(5KB)
--------changelog.rst(38KB)
--------python-api.rst(70KB)
--------dogs.db(0B)
--------cli.rst(39KB)

网友评论