2 dépôts
Logical containers for isolating and organizing database schema objects and resources.
Distinguishing note: Focuses on multi-tenancy and organizational isolation within a database, distinct from general project management.
Explore 2 awesome GitHub repositories matching data & databases · Database Namespaces. Refine with filters or upvote what's useful.
MindsDB is an AI-native database engine that treats machine learning models and autonomous agents as virtual tables. By mapping external data sources, predictive models, and third-party services directly into the database schema, it enables users to perform inference, data retrieval, and complex orchestration using standard SQL syntax. The platform distinguishes itself through an autonomous agent orchestrator that executes iterative reasoning loops, allowing agents to plan data access and synthesize natural language responses from connected knowledge bases. It functions as a federated data ga
The platform provides administrative tools to create, list, and remove project namespaces, allowing users to organize and isolate schema objects like models and agents.
SQLAlchemy is a comprehensive Python SQL toolkit and object-relational mapper that provides a full suite of tools for interacting with relational databases. It serves as a foundational layer for database connectivity, offering both a high-level object-oriented interface for data persistence and a programmatic SQL expression language for constructing complex, dialect-agnostic queries. The project distinguishes itself through its sophisticated unit of work persistence, which coordinates atomic transactions and tracks object state changes to minimize redundant database operations. It provides a
Associates tables with specific database schemas or namespaces to support multi-tenant architectures.