awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 रिपॉजिटरी

Awesome GitHub RepositoriesDatabase Record Operations

Standard operations for creating, reading, updating, and deleting individual data items.

Distinct from CRUD Interfaces: Focuses on the execution of CRUD operations on data records rather than the generation of interfaces or entity mapping

Explore 13 awesome GitHub repositories matching data & databases · Database Record Operations. Refine with filters or upvote what's useful.

Awesome Database Record Operations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • boto/boto3boto का अवतार

    boto/boto3

    9,834GitHub पर देखें↗

    Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud infrastructure and services. It serves as a cloud management API client and resource manager for provisioning, configuring, and scaling virtual servers, databases, and storage. The library enables the implementation of infrastructure-as-code through declarative templates and scripts, allowing for the deployment of identical resource stacks across multiple accounts and geographic regions. It also provides a framework for coordinating distributed workflows, serverless functions, and contain

    Implements core create, read, update, and delete operations for individual data items within database tables.

    Pythonawsaws-sdkcloud
    GitHub पर देखें↗9,834
  • goadmingroup/go-adminGoAdminGroup का अवतार

    GoAdminGroup/go-admin

    8,981GitHub पर देखें↗

    go-admin is a framework for generating administrative interfaces and data visualization dashboards using the Go programming language. It functions as a low-code dashboard builder and a web-based interface for performing create, read, update, and delete operations across multiple SQL database dialects. The project features a deployment model that compiles backend logic and frontend assets into a single executable binary for simplified distribution. It includes a role-based access control system to manage user permissions and restrict administrative functions based on assigned roles. The frame

    Performs standard create, read, update, and delete operations on records stored in relational databases.

    Goadminadminltebeego
    GitHub पर देखें↗8,981
  • mouredev/hello-sqlmouredev का अवतार

    mouredev/hello-sql

    8,826GitHub पर देखें↗

    hello-sql is a collection of educational resources and practical guides designed for mastering relational database design, SQL query writing, and schema mapping. It provides a set of lessons and exercises for practicing the creation and manipulation of data within relational databases. The project includes a database schema workbook for designing tables and mapping relationships, alongside a dedicated SQL query guide for writing selection, filtering, and aggregation statements. These resources are delivered through a relational database tutorial and a broader SQL learning resource. The mater

    Covers the execution of standard CRUD operations for managing individual data items in a relational database.

    Pythonbasesdedatoscursodatabase
    GitHub पर देखें↗8,826
  • amitshekhariitbhu/android-debug-databaseamitshekhariitbhu का अवतार

    amitshekhariitbhu/Android-Debug-Database

    8,663GitHub पर देखें↗

    Android-Debug-Database is a specialized utility for extracting, inspecting, and editing mobile data on Android devices. It serves as a database debugger and SQLite inspector that provides a web-based interface for managing database records and shared preference key-value stores. The project distinguishes itself by supporting encrypted database decryption via provided passwords and the ability to map and inspect volatile in-memory databases. It also includes a data export tool that transfers database files from the private application directory to a local machine for external analysis. The to

    Provides the capability to create, update, and delete rows within the database using SQL queries or direct editing.

    Java
    GitHub पर देखें↗8,663
  • delta-io/deltadelta-io का अवतार

    delta-io/delta

    8,596GitHub पर देखें↗

    Delta is a lakehouse table format that brings ACID transactions and data warehouse consistency to large scale data lakes on cloud object storage. It serves as an ACID transaction manager, coordinating atomic commits and serializable isolation for concurrent reads and writes across distributed compute engines. The project provides a multi-engine interoperability layer that uses format translation to allow diverse SQL engines and processing frameworks to read and write the same tables. It functions as a data versioning system, utilizing a transaction log to enable time travel, historical snapsh

    Implements standard DML operations including updates and deletes on data records through a consistent API.

    Scalaacidanalyticsbig-data
    GitHub पर देखें↗8,596
  • elixir-ecto/ectoelixir-ecto का अवतार

    elixir-ecto/ecto

    6,471GitHub पर देखें↗

    Ecto is an Elixir database toolkit that maps database rows to Elixir structs and validates data changes through changesets before persistence. It provides a language-integrated query syntax for composing database queries, building them incrementally and securely with compile-time expansion into safe SQL. The toolkit connects to multiple database backends including PostgreSQL, MySQL, MSSQL, SQLite3, ClickHouse, and ETS through a pluggable adapter interface. It supports eager and lazy preloading of associated records to eliminate N+1 query problems, and can store nested data structures as embed

    Creates, reads, updates, and deletes database records with changeset validation and error handling.

    Elixir
    GitHub पर देखें↗6,471
  • sqlchat/sqlchatsqlchat का अवतार

    sqlchat/sqlchat

    5,731GitHub पर देखें↗

    SQL Chat is a Docker-deployed chat interface that translates natural language questions into SQL queries and executes them against connected databases. It uses a large language model to generate SQL from plain English instructions, supporting both querying and record modification through INSERT, UPDATE, and DELETE statements within the chat conversation flow. The application connects to MySQL, PostgreSQL, MSSQL, TiDB Cloud, and OceanBase databases through a unified driver abstraction layer, allowing users to interact with multiple database types from a single chat interface. Users provide the

    Inserts, updates, or deletes records in supported databases by giving natural language instructions instead of writing SQL.

    TypeScriptchatgptclickhousecockroachdb
    GitHub पर देखें↗5,731
  • pardom-zz/activeandroidpardom-zz का अवतार

    pardom-zz/ActiveAndroid

    4,689GitHub पर देखें↗

    ActiveAndroid is an object-relational mapper and data persistence library for Android. It serves as a high-level wrapper for SQLite databases, translating database records into class instances to facilitate data manipulation. The library enables data persistence without the need to write manual SQL queries. It maps database rows to Java objects, allowing records to be saved, retrieved, and deleted using object-oriented methods. The toolkit covers local mobile data storage and database management, providing a layer that links database table structures to specific object properties.

    Provides high-level methods for performing standard create, read, update, and delete operations on data records.

    Java
    GitHub पर देखें↗4,689
  • firebase/firebase-toolsfirebase का अवतार

    firebase/firebase-tools

    4,437GitHub पर देखें↗

    firebase-tools is a command-line interface and cloud resource orchestrator used to manage, test, and deploy Firebase projects. It serves as the primary tool for administering cloud resources, configuring project settings, and handling authentication from a terminal. The project includes a local cloud service emulator that allows developers to run local versions of cloud services to verify behavior before production deployment. It also implements a server based on the Model Context Protocol to expose project data and service controls to AI assistants. The tool covers a wide range of operation

    Performs standard CRUD operations and recursive deletions on real-time and document databases via the CLI.

    TypeScript
    GitHub पर देखें↗4,437
  • dotnetcore/wtmdotnetcore का अवतार

    dotnetcore/WTM

    4,351GitHub पर देखें↗

    WTM, .NET Core का उपयोग करके एंटरप्राइज़ सर्वर और क्लाइंट एप्लिकेशन बनाने के लिए एक डेवलपमेंट फ्रेमवर्क है। यह एक रैपिड एप्लिकेशन डेवलपमेंट टूल के रूप में कार्य करता है जो प्रोजेक्ट संरचनाओं और बॉयलरप्लेट कोड के निर्माण को स्वचालित करने के लिए जनरेटर और विज़ार्ड का एक सेट प्रदान करता है। फ्रेमवर्क में एक लो-कोड UI बिल्डर शामिल है जो कई फ्रंटएंड लाइब्रेरीज़ में फ़ॉर्म, ग्रिड और डायलॉग बनाने के लिए कंट्रोल्स की एक साझा लाइब्रेरी का उपयोग करता है। यह टेम्पलेट-आधारित कोड जनरेशन और कॉन्फ़िगरेशन-संचालित प्रोजेक्ट बूटस्ट्रैपिंग विज़ार्ड के माध्यम से विकास को और अधिक स्वचालित करता है। सिस्टम स्प्रेडशीट फ़ाइलों के लिए डेटा आयात इंजन और पेजिंग व बैच प्रोसेसिंग के लिए मानकीकृत ऑर्केस्ट्रेशन के माध्यम से एंटरप्राइज़ डेटा प्रबंधन को संभालता है। डेटा और पेजों तक पहुंच उपयोगकर्ताओं, भूमिकाओं और समूहों को विनियमित करने के लिए भूमिका-आधारित एक्सेस नियंत्रण प्रणाली के माध्यम से प्रबंधित की जाती है।

    Implements standardized generic controllers for paging and batch processing of database records.

    C#
    GitHub पर देखें↗4,351
  • nestjsx/crudnestjsx का अवतार

    nestjsx/crud

    4,330GitHub पर देखें↗

    This project is a REST API framework for NestJS designed to automate the creation of boilerplate-free CRUD endpoints and resource management. It functions as an automated CRUD generator that produces controllers and services for standard database operations, accelerating the development of RESTful APIs. The toolkit includes a REST query parser that translates complex URL parameters into structured database filters, pagination, and sorting rules. It also operates as an API response serializer to control the exposure of entity fields and manage nested relations within JSON responses. For extend

    Provides a standardized base service to perform create, read, update, and delete actions on relational databases.

    TypeScriptcrudcrud-generatornest
    GitHub पर देखें↗4,330
  • parse-community/parse-dashboardparse-community का अवतार

    parse-community/parse-dashboard

    3,809GitHub पर देखें↗

    Parse Dashboard is a web-based administrative interface designed for managing applications powered by the Parse Server framework. It functions as a centralized console that enables developers and administrators to oversee backend configurations, user accounts, and operational settings through a graphical environment. The dashboard provides a comprehensive suite of tools for database administration, allowing users to browse, filter, and modify relational data records directly. It includes integrated capabilities for data visualization, enabling the generation of charts and graphs to track tren

    Allows database operations like creating classes or adding records via natural language instructions.

    JavaScriptdashboardgraphqlhacktoberfest
    GitHub पर देखें↗3,809
  • phodal/serverlessphodal का अवतार

    phodal/serverless

    1,741GitHub पर देखें↗

    This project serves as a comprehensive technical guide and framework for building, deploying, and managing event-driven applications. It focuses on serverless architecture development, providing patterns and practices for implementing cloud-native services that execute code in response to triggers without requiring persistent server infrastructure. The repository distinguishes itself by offering a unified approach to polyglot runtime orchestration, allowing developers to manage components written in multiple programming languages within a single project. It emphasizes local cloud emulation, e

    Maps data mutations to backend database updates using resolver functions to modify records.

    HTMLaws-lambdadynamodbebook
    GitHub पर देखें↗1,741
  1. Home
  2. Data & Databases
  3. Database Record Operations

सब-टैग एक्सप्लोर करें

  • Natural Language ModificationsInserts, updates, or deletes records in databases by giving natural language instructions instead of writing SQL commands. **Distinct from Database Record Operations:** Distinct from Database Record Operations: focuses on natural language-driven modifications rather than programmatic CRUD operations.
  • Orchestration ControllersGeneric controllers that standardize common database record operations like paging and batch processing. **Distinct from Database Record Operations:** Distinct from Database Record Operations: focuses on the orchestration logic and controllers rather than basic CRUD execution.