awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
manishrjain avatar

manishrjain/gocrud

0
View on GitHub↗
307 نجوم·23 تفرعات·Go·MIT·2 مشاهدات

Gocrud

Go framework to simplify CRUD of structured data using Graph operations

Features

  • API Frameworks - Simplifies CRUD operations for structured data in Go.
  • Server Frameworks - Go library for simplifying CRUD operations in REST services.

سجل النجوم

مخطط تاريخ النجوم لـ manishrjain/gocrudمخطط تاريخ النجوم لـ manishrjain/gocrud

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Gocrud

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Gocrud.
  • api-platform/api-platformالصورة الرمزية لـ api-platform

    api-platform/api-platform

    9,154عرض على GitHub↗

    API Platform is a headless content management system engine and framework used to build REST and GraphQL APIs. It utilizes schema-driven generation to automatically produce web endpoints based on predefined data model definitions. The platform focuses on semantic data modeling, using structured classes and ontologies to ensure information is organized for search engines and semantic web tools. It provides an automated OpenAPI specification generator and a declarative system for creating administration dashboards to manage data records without custom frontend code. The system includes capabil

    PHP
    عرض على GitHub↗9,154
  • begriffs/postgrestالصورة الرمزية لـ begriffs

    begriffs/postgrest

    27,234عرض على GitHub↗

    PostgREST is a standalone web server that automatically transforms a PostgreSQL database into a RESTful API. It serves as an API gateway that translates HTTP requests into SQL queries, mapping the database schema directly to endpoints without the need for manual route definitions. The system utilizes a JWT authentication layer to validate user identities and map incoming web requests to specific database roles. This allows the server to delegate authorization and permission enforcement to the internal PostgreSQL role system. It includes a generator for OpenAPI specifications to provide stand

    Haskell
    عرض على GitHub↗27,234
  • ant0ine/go-json-restالصورة الرمزية لـ ant0ine

    ant0ine/go-json-rest

    3,489عرض على GitHub↗

    A quick and easy way to setup a RESTful JSON API

    Go
    عرض على GitHub↗3,489
  • codehack/go-relaxالصورة الرمزية لـ codehack

    codehack/go-relax

    154عرض على GitHub↗

    Framework for building RESTful API's in Go

    Go
    عرض على GitHub↗154
عرض جميع البدائل الـ 30 لـ Gocrud→

الأسئلة الشائعة

ما هي وظيفة manishrjain/gocrud؟

Go framework to simplify CRUD of structured data using Graph operations

ما هي الميزات الرئيسية لـ manishrjain/gocrud؟

الميزات الرئيسية لـ manishrjain/gocrud هي: API Frameworks, Server Frameworks.

ما هي البدائل مفتوحة المصدر لـ manishrjain/gocrud؟

تشمل البدائل مفتوحة المصدر لـ manishrjain/gocrud: codehack/go-relax — Framework for building RESTful API's in Go. dougblack/sleepy — rest for go. begriffs/postgrest — PostgREST is a standalone web server that automatically transforms a PostgreSQL database into a RESTful API. It serves… ant0ine/go-json-rest — A quick and easy way to setup a RESTful JSON API. api-platform/api-platform — API Platform is a headless content management system engine and framework used to build REST and GraphQL APIs. It… emicklei/go-restful — go-restful is a framework for building RESTful web services in Go. It functions as a toolkit for managing API…