Tag

query-builder

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Nov 26, 2024 · Backend Development

Key New Features in Laravel 11: Improved HTTP Client, Query Builder, Testing Tools, Blade Components, and Type‑Safe Routing

Laravel 11 introduces a suite of enhancements—including a refined HTTP client with retry support, advanced query‑builder aggregation methods, streamlined testing assertions, expanded Blade component directives, and native type‑safe routing—to boost performance, simplify development workflows, and improve code maintainability for PHP developers.

Backend DevelopmentBladeHTTP Client
0 likes · 4 min read
Key New Features in Laravel 11: Improved HTTP Client, Query Builder, Testing Tools, Blade Components, and Type‑Safe Routing
Laravel Tech Community
Laravel Tech Community
Sep 5, 2024 · Databases

ThinkORM 2023 Update: New Features, JSON Support, and Bug Fixes for PHP 8.0+

The latest ThinkORM release, now independent from ThinkPHP and requiring PHP 8.0+, introduces extensive JSON handling improvements, new query methods, mutator enhancements, and numerous bug fixes that boost performance and developer experience for PHP database applications.

DatabaseJSONMutators
0 likes · 3 min read
ThinkORM 2023 Update: New Features, JSON Support, and Bug Fixes for PHP 8.0+
Java Architect Essentials
Java Architect Essentials
Jul 29, 2024 · Databases

Easy-Query: A High‑Performance Java ORM with Strongly‑Typed Query API

This article introduces Easy‑Query, a Java ORM that provides a strongly‑typed, chainable query syntax covering basic CRUD, pagination, joins, sub‑queries, native SQL fragments, group‑by, custom VO mapping and high‑performance encryption, illustrated with extensive code examples and usage notes.

DatabaseEasy-QueryJava
0 likes · 13 min read
Easy-Query: A High‑Performance Java ORM with Strongly‑Typed Query API
php中文网 Courses
php中文网 Courses
Apr 15, 2021 · Backend Development

Laravel Query Builder Package: Configurable Query Construction without IF‑ELSE

This article introduces the Laravel‑query‑builder package, explaining how to replace complex IF‑ELSE query logic with a configuration‑driven approach, and provides installation steps, usage examples, and code snippets for building flexible SQL queries in Laravel applications.

LaravelSQLconfiguration
0 likes · 3 min read
Laravel Query Builder Package: Configurable Query Construction without IF‑ELSE
Laravel Tech Community
Laravel Tech Community
May 6, 2020 · Backend Development

Laravel Query Builder: CRUD Operations, Advanced Queries, and Performance Tips

This article provides a comprehensive guide to Laravel's query builder, covering basic CRUD commands, selective column retrieval, complex where clauses, joins, aggregations, raw expressions, inserts, updates, deletions, unions, locking mechanisms, and query caching with clear code examples for each feature.

CRUDDatabaseLaravel
0 likes · 8 min read
Laravel Query Builder: CRUD Operations, Advanced Queries, and Performance Tips
Laravel Tech Community
Laravel Tech Community
Apr 23, 2020 · Backend Development

Understanding ORM vs DB Query Builder in Laravel

This article explains the differences between Laravel's ORM and DB query builder, outlines their advantages and appropriate use cases, and provides step‑by‑step code examples for defining models, retrieving, creating, and deleting records, as well as handling transactions.

DatabaseLaravelORM
0 likes · 5 min read
Understanding ORM vs DB Query Builder in Laravel
Laravel Tech Community
Laravel Tech Community
Apr 15, 2020 · Backend Development

Laravel Pagination: Using Query Builder, Eloquent, Simple Pagination, and Custom Views

This guide explains how Laravel's paginator integrates with the query builder and Eloquent ORM, shows basic and simple pagination methods, demonstrates manual paginator creation, customizing URIs, appending parameters, converting results to JSON, and customizing pagination views, all with code examples compatible with Bootstrap.

Backend DevelopmentBootstrapEloquent
0 likes · 10 min read
Laravel Pagination: Using Query Builder, Eloquent, Simple Pagination, and Custom Views
360 Tech Engineering
360 Tech Engineering
Aug 2, 2019 · Backend Development

Idiomatic Query Building in Go: From GORM to a Custom Builder

The article explores the challenges of using GORM for layered query complexity in Go, compares it with sqlx, and proposes an idiomatic, extensible query‑builder design using functional options, complete with example implementations for SELECT, WHERE, and helper functions.

GoGormSQL
0 likes · 11 min read
Idiomatic Query Building in Go: From GORM to a Custom Builder
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Aug 1, 2019 · Databases

Crafting Idiomatic Go Query Builders: From GORM to Custom APIs

This article explores the challenges of building layered, flexible database queries in Go, compares GORM, sqlx, and squirrel, and proposes a custom, option‑based query‑builder pattern that stays idiomatic and extensible for complex search scenarios.

DatabaseGoORM
0 likes · 13 min read
Crafting Idiomatic Go Query Builders: From GORM to Custom APIs
Python Programming Learning Circle
Python Programming Learning Circle
Aug 29, 2018 · Databases

Understanding Laravel’s Illuminate Database Query Builder: Architecture and Usage

This article explains how Laravel’s Illuminate Database Query Builder class encapsulates connection, grammar, and result processing components, provides a unified query interface, and is instantiated via the table() method while adhering to interface‑driven design principles for consistent database operations.

Databasedesign patternsquery-builder
0 likes · 2 min read
Understanding Laravel’s Illuminate Database Query Builder: Architecture and Usage
Beike Product & Technology
Beike Product & Technology
Apr 13, 2018 · Backend Development

Laravel Query Builder and Eloquent ORM: Concepts, Implementation, and Practical Usage

This article explains Laravel's Query Builder and Eloquent ORM, showing how to convert raw SQL into fluent builder methods, create database tables and models, and demonstrate practical querying techniques with nested conditions, aggregation, and result handling.

DatabaseEloquentLaravel
0 likes · 9 min read
Laravel Query Builder and Eloquent ORM: Concepts, Implementation, and Practical Usage