sqlalchemy-searchable
Search library
Provides full-text search functionality for SQLAlchemy models on PostgreSQL databases
Fulltext searchable models for SQLAlchemy. Only supports PostgreSQL
263 stars
10 watching
44 forks
Language: Python
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
linuxlewis/djorm-ext-pgfulltext | Provides full-text search capabilities for Django models using PostgreSQL's built-in indexing system. | 250 |
tiangolo/pydantic-sqlalchemy | Tools to convert SQLAlchemy models to Pydantic models | 1,190 |
dropbox/sqlalchemy-stubs | Provides type stubs and plugins to improve static typing for SQLAlchemy-based applications | 572 |
alexeyco/pig | A pgx wrapper that simplifies executing and scanning query results in PostgreSQL databases | 16 |
thomaxxl/safrs | A framework that exposes SQLAlchemy models as a JSON:API and generates OpenAPI documentation. | 405 |
nicolaslopezj/searchable | Adds search functionality to Eloquent models in Laravel applications | 2,010 |
mfreeborn/fastapi-sqlalchemy | An integration library that simplifies the interaction between FastAPI and SQLAlchemy. | 620 |
laravel/scout | Provides a simple, driver-based solution for adding full-text search to Eloquent models. | 1,568 |
blakev/flask-whooshalchemy3 | A Flask extension for integrating Whoosh with SQLAlchemy databases | 28 |
aminalaee/sqladmin | A flexible Admin interface for SQLAlchemy models using various ASGI frameworks | 1,916 |
zalando/spilo | A highly available PostgreSQL cluster setup using Docker and Patroni | 1,567 |
zopefoundation/zope.sqlalchemy | An integration of SQLAlchemy with transaction management for Python web applications. | 32 |
django-haystack/pysolr | Provides a lightweight Python interface to interact with Apache Solr search engine | 667 |
g4b0/silverstripe-searchable-dataobjects | Enables DataObjects to be included in frontend search functionality | 26 |
casecommons/pg_search | A library that provides named scopes for searching in PostgreSQL databases | 1,347 |