文件名称:sqlalchemy-searchable:SQLAlchemy的全文本搜索模型。 仅支持PostgreSQL
文件大小:36KB
文件格式:ZIP
更新时间:2024-05-19 12:42:23
Python
SQLAlchemy可搜索 SQLAlchemy的全文本搜索模型。 仅支持PostgreSQL 资源
【文件预览】:
sqlalchemy-searchable-master
----MANIFEST.in(231B)
----README.rst(843B)
----.travis.yml(518B)
----tox.ini(176B)
----.isort.cfg(133B)
----LICENSE(1KB)
----sqlalchemy_searchable()
--------__init__.py(16KB)
--------vectorizers.py(6KB)
--------expressions.sql(7KB)
----setup.py(2KB)
----CHANGES.rst(6KB)
----docs()
--------vectorizers.rst(126B)
--------make.bat(5KB)
--------alembic_migrations.rst(322B)
--------conf.py(8KB)
--------installation.rst(2KB)
--------configuration.rst(4KB)
--------integrations.rst(1KB)
--------index.rst(482B)
--------Makefile(5KB)
--------search_query_parser.rst(2KB)
----tests()
--------test_vectorizers.py(3KB)
--------test_searchable.py(4KB)
--------test_sql_functions.py(5KB)
--------test_class_configuration.py(443B)
--------test_multiple_vectors_per_class.py(2KB)
--------test_single_table_inheritance.py(752B)
--------test_schema_creation.py(907B)
--------test_sync_trigger.py(3KB)
--------__init__.py(6KB)
--------test_drop_trigger.py(1KB)
--------test_weighted_search_vector.py(2KB)
----.gitignore(315B)