back to home

cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders

64 stars
30 forks
33 issues
PHPShell

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing cycle/database in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/cycle/database)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Cycle DBAL Secure, multiple SQL dialects (MySQL, PostgreSQL, SQLite, SQLServer), schema introspection, schema declaration, smart identifier wrappers, database partitions, query builders, nested queries. Documentation • Installation and Configuration • Access Database • Database Isolation • Query Builders • Transactions • Schema Introspection • Schema Declaration • Migrations • Errata Requirements Make sure that your server is configured with following PHP version and extensions: • PHP 8.0+ • PDO Extension with desired database drivers Installation To install the component: Example Given example demonstrates the connection to SQLite database, creation of table schema, data insertion and selection: License: MIT License (MIT). Please see for more information. Maintained by Spiral Scout.