ticetmp/comma-separated
This function could be useful in scenarios where traditional Eloquent relationships are not applicable, and you need to manually handle the relationship using raw SQL queries with a comma-separated values approach
时间:2024-03-01 05:06
roy404/eloquent
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
时间:2024-02-18 15:09
shasoft/sql-query-builder
Package for generating SQL queries to the database
时间:2024-01-22 13:09
progrmanial/fast-sql
A secure and flexible PHP class for generating SQL queries.
时间:2023-12-15 22:04
jakiboy/pducky
Run fast SQL queries on massive datasets (CSV, JSON, and Parquet) powered by DuckDB.
时间:2023-11-28 08:17
wlib/db
Simple implementation on top of PDO to handle your database queries.
时间:2023-10-19 21:49
abdulelahragih/querybuilder
Fast, lightweight and simple SQL query builder that does not depend on any third-party library besides PDO to execute the queries in a safe way. The syntax is inspired by Laravel Query Builder.
时间:2023-09-01 00:06
leonlav77/queryanalyser
QueryAnalyser is a Laravel library for analyzing duplicate SQL queries.
时间:2023-08-31 12:12
didslm/sql-builder
A flexible PHP package to build SQL queries using the builder pattern.
时间:2023-08-30 10:19
tumtum/sw6-sql-logger
Returns SQL queries to the Browser or cli.
时间:2023-07-31 10:00
mage4/magento2-run-sql
Magento extension to run SQL queries directly from console command.
时间:2023-07-12 12:25
dilovanmatini/query-builder
Enables PHP developers to build SQL queries similar to native language syntax
时间:2023-07-10 20:47
emma/dbal
Emma Database Access Layer. Rely solely on the in-built PHP PDO and FAST. Also, comes with advanced Query Builder for more flexibility and searching and with parameterized queries to prevent against sqli or other sql attacks
时间:2023-06-29 18:38