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

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

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

2 مستودعات

Awesome GitHub RepositoriesPrimary Key Gap Analysis

Identifying unused IDs within primary key sequences of database tables.

Distinct from Large Key Identification: No candidates cover identifying gaps in SQL primary key sequences; most are for package or dependency analysis.

Explore 2 awesome GitHub repositories matching data & databases · Primary Key Gap Analysis. Refine with filters or upvote what's useful.

Awesome Primary Key Gap Analysis GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • azerothcore/azerothcore-wotlkالصورة الرمزية لـ azerothcore

    azerothcore/azerothcore-wotlk

    8,008عرض على GitHub↗

    This project is a World of Warcraft server emulator that simulates a multiplayer online game world, managing player data and game logic. It functions as a modular game server framework and an NPC AI and scripting engine, providing the necessary infrastructure to host a persistent virtual environment. The system is distinguished by a modular framework that allows for the extension of core engine behavior through isolated modules and function hooks without modifying the source code. It includes a structured SQL data layer for managing authentication, character states, and world environment sett

    Locates gaps in primary key sequences within database tables to find available IDs for new entries.

    C++azerothcoreemulatorgame
    عرض على GitHub↗8,008
  • pawelsalawa/sqlitestudioالصورة الرمزية لـ pawelsalawa

    pawelsalawa/sqlitestudio

    6,428عرض على GitHub↗

    SQLiteStudio is an open-source graphical tool for browsing, editing, and managing SQLite database files. It combines a full-featured SQL editor with syntax highlighting, a visual database schema designer for creating entity-relationship diagrams, and a plugin-based extensibility platform that allows adding custom functionality through C/C++, JavaScript, Tcl, or Python. The application distinguishes itself through its multi-language scripting engine, which embeds JavaScript, Tcl, and Python interpreters to enable user-defined functions and scripts within SQL queries. It supports encrypted data

    Rewrite a table's primary key column to eliminate gaps while preserving referential integrity across foreign-key relationships.

    Ccppdatabasedatabase-management
    عرض على GitHub↗6,428
  1. Home
  2. Data & Databases
  3. Primary Key Gap Analysis

استكشف الوسوم الفرعية

  • Resequencing UtilitiesTools that rewrite primary key sequences to eliminate gaps while preserving referential integrity. **Distinct from Primary Key Gap Analysis:** Distinct from Primary Key Gap Analysis: focuses on actively rewriting and compacting key sequences, not just identifying gaps.