2 مستودعات
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.
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.
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.