2 dépôts
Retrieves structural details about database indexes, including name, type, and indexed fields, from a live database.
Distinguishing note: None of the candidates match: they focus on search engine metadata indexing or music metadata, not on reading database index structure.
Explore 2 awesome GitHub repositories matching data & databases · Index Metadata Readers. Refine with filters or upvote what's useful.
CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools
CodeIgniter returns an array of objects describing indexes on a table, including name, type, and fields.
Sequel is a relational database toolkit for Ruby that provides object-relational mapping, a fluent SQL query builder, and schema migration capabilities. It maps database tables to Ruby classes with support for associations, validations, lifecycle hooks, and eager loading, offering a comprehensive ORM layer for building data-centric applications. Sequel distinguishes itself through a plugin-based extension architecture that allows composable customization of models, databases, and datasets without relying on deep inheritance hierarchies. It includes a thread-safe connection pool with support f
Retrieves index metadata from PostgreSQL, including partial and invalid indexes.