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

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

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

2 个仓库

Awesome GitHub RepositoriesDatabase-to-HTTP Wrappers

Abstraction layers that map database object operations directly to HTTP request handlers.

Distinct from Database Interface Management: Candidates focus on cluster management or raw object modification, not the mapping of DB operations to HTTP wrappers.

Explore 2 awesome GitHub repositories matching data & databases · Database-to-HTTP Wrappers. Refine with filters or upvote what's useful.

Awesome Database-to-HTTP Wrappers GitHub Repositories

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

    deployd/deployd

    4,942在 GitHub 上查看↗

    deployd 是一个实时 API 框架和 MongoDB 后端即服务 (BaaS),允许创建在客户端和服务器之间同步数据和事件的网络化接口。它作为一个 JavaScript API 中间件,可以与 HTTP 服务器集成,以提供身份验证、请求拦截器和实时功能。 该项目具有一个自托管的 API 管理仪表板,用于通过 Web 界面配置资源设置、管理数据集合和监控服务器状态。它包括一个实时数据同步引擎,使用 Socket 将实时数据库更新推送到连接的客户端。 该系统涵盖了具有模式验证和递归查询的后端数据管理,以及跨无状态请求和持久连接跟踪会话的用户身份验证工作流。它还提供实时事件广播、通过模块扩展自定义 API 中间件以及管理访问控制的功能。 该项目包含一个用于引导新项目和运行开发服务器的 CLI。

    Maps database object operations to simplified HTTP wrappers for easier data access and management.

    JavaScript
    在 GitHub 上查看↗4,942
  • mevdschee/php-crud-apimevdschee 的头像

    mevdschee/php-crud-api

    3,735在 GitHub 上查看↗

    This project is a PHP SQL REST API generator and database API wrapper that automatically transforms SQL database tables into a functional web interface. It serves as a lightweight layer that maps HTTP methods to SQL commands, allowing for the creation, reading, updating, and deletion of records without writing manual endpoint code. The tool distinguishes itself by providing a dedicated spatial data API gateway for querying and exporting geometry columns using GeoJSON and WKT standards. It also functions as a multi-tenant data API, capable of isolating records for different users through share

    Provides a lightweight abstraction layer mapping database operations directly to HTTP request handlers.

    PHPapi-serverautomatic-apicrud
    在 GitHub 上查看↗3,735
  1. Home
  2. Data & Databases
  3. Database-to-HTTP Wrappers