Hydrahon | 🐉 Fast & standalone PHP MySQL Query Builder library | SQL Database library
kandi X-RAY | Hydrahon Summary
kandi X-RAY | Hydrahon Summary
Hydrahon is a PHP library typically used in Database, SQL Database applications. Hydrahon has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Hydrahon is a standalone database / SQL query builder written in PHP. It was built to enhance existing frameworks, libraries and applications that handle the database connection on their own. It does not come with a PDO or mysqli wrapper. The naming is heavily inspired by Eloquent and the Kohana Framework Database component. Hydrahon only generates a query string and an array of parameters. On its own, it is not able to execute a query.
Hydrahon is a standalone database / SQL query builder written in PHP. It was built to enhance existing frameworks, libraries and applications that handle the database connection on their own. It does not come with a PDO or mysqli wrapper. The naming is heavily inspired by Eloquent and the Kohana Framework Database component. Hydrahon only generates a query string and an array of parameters. On its own, it is not able to execute a query.
Support
Quality
Security
License
Reuse
Support
Hydrahon has a low active ecosystem.
It has 258 star(s) with 54 fork(s). There are 15 watchers for this library.
It had no major release in the last 12 months.
There are 19 open issues and 32 have been closed. On average issues are closed in 83 days. There are 5 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of Hydrahon is v1.1.14
Quality
Hydrahon has 0 bugs and 0 code smells.
Security
Hydrahon has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
Hydrahon code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
Hydrahon is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
Hydrahon releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Hydrahon saves you 1064 person hours of effort in developing the same functionality from scratch.
It has 2411 lines of code, 329 functions and 37 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed Hydrahon and discovered the below as its top functions. This is intended to give you an instant insight into Hydrahon implemented functionality, and help decide if they suit your requirements.
- Translates the joins .
- Sets a table
- Adds a where clause to the query .
- Get the resultset .
- Set the values .
- Set one or more values
- Retorna os dados
- Extend the grammar .
- Execute a replace query
- Truncates the table
Get all kandi verified functions for this library.
Hydrahon Key Features
No Key Features are available at this moment for Hydrahon.
Hydrahon Examples and Code Snippets
No Code Snippets are available at this moment for Hydrahon.
Community Discussions
Trending Discussions on Hydrahon
QUESTION
How to pass a null value in the clancats hydrahon update()?
Asked 2020-Oct-10 at 23:43
I need to pass a null value for a database column, according to the code below:
...ANSWER
Answered 2020-Oct-10 at 20:01This is because you pass null
as $birthdate
. That code is designed for these inputs:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Hydrahon
Hydrahon follows PSR-4 autoloading and can be installed using composer:.
Hydrahon is designed to be a pretty generic query builder. So for this quick start, we stick with SQL.
To continue with our examples, we need to create a simple MySQL table.
Hydrahon is designed to be a pretty generic query builder. So for this quick start, we stick with SQL.
To continue with our examples, we need to create a simple MySQL table.
Support
The full documentation can be found on clancats.io.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page