awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesCustom Database Lookups

Specialized methods for retrieving data based on non-standard criteria like relative time windows.

Distinct from Custom Method Routings: Shortlist candidates relate to dictionary lookups or HTTP method routing, not database query lookups.

Explore 1 awesome GitHub repository matching data & databases · Custom Database Lookups. Refine with filters or upvote what's useful.

Awesome Custom Database Lookups GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • carltongibson/django-filtercarltongibson 的头像

    carltongibson/django-filter

    4,683在 GitHub 上查看↗

    django-filter 是一个用于过滤 Django QuerySets 的库,通过使用声明性语法将 URL 参数映射到数据库查找。它作为模型过滤器生成器和数据库查找工具,将请求参数转换为查询以优化数据结果。 该项目支持基于模型字段定义自动生成搜索过滤器和用户界面表单。它通过自定义查找方法、关系路径和全文搜索集成支持高级检索逻辑,同时提供用于在 REST API 端点内优化结果的系统。 其功能面包括创建交互式过滤表单、渲染过滤后的列表视图,以及使用工厂函数进行动态过滤器集实例化。该系统还处理布尔值、UUID 和 ISO 8601 时间戳的特定类型过滤,以及使用经过身份验证的用户身份进行基于请求的过滤。

    Handles specialized lookups like relative time windows, magic values, or empty strings through custom methods.

    Python
    在 GitHub 上查看↗4,683
  1. Home
  2. Data & Databases
  3. Custom Database Lookups