awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesSelect Query Builders

Constructing and executing SELECT statements with optional limit, offset, and WHERE clauses.

Distinct from Database Query Builders: Distinct from Database Query Builders: focuses specifically on SELECT query construction with limit/offset/WHERE, not general query building.

Explore 2 awesome GitHub repositories matching data & databases · Select Query Builders. Refine with filters or upvote what's useful.

Awesome Select Query Builders GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • codeigniter4/codeigniter4Avatar von codeigniter4

    codeigniter4/CodeIgniter4

    5,924Auf GitHub ansehen↗

    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

    Constructs and executes SELECT statements with limit, offset, and WHERE clauses to retrieve records.

    PHPcodeignitercodeigniter4framework-php
    Auf GitHub ansehen↗5,924
  • go-pg/pgAvatar von go-pg

    go-pg/pg

    5,785Auf GitHub ansehen↗

    pg is a PostgreSQL object-relational mapper (ORM) for Go that maps Go structs to database tables and provides a fluent query builder for constructing SQL statements programmatically. At its core, it automatically generates CREATE TABLE statements from Go struct definitions using struct tags and naming conventions, and builds queries through method chaining with placeholder-based parameter binding to prevent SQL injection. The library distinguishes itself through relation-aware join generation that automatically constructs JOIN clauses for has-one, has-many, many-to-many, and polymorphic assoc

    Constructs SELECT statements with columns, joins, conditions, grouping, ordering, limits, and offsets using a fluent API.

    Go
    Auf GitHub ansehen↗5,785
  1. Home
  2. Data & Databases
  3. Database Query Builders
  4. Select Query Builders