Download the PHP package amadiify/querydb without Composer
On this page you can find all versions of the php package amadiify/querydb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download amadiify/querydb
More information about amadiify/querydb
Files in amadiify/querydb
Download amadiify/querydb
More information about amadiify/querydb
Files in amadiify/querydb
Vendor amadiify
Package querydb
Short Description This package provides more flexibility working with mysql, sqlite and pgsql database systems in PHP out of the box.
License MIT
Package querydb
Short Description This package provides more flexibility working with mysql, sqlite and pgsql database systems in PHP out of the box.
License MIT
Please rate this library. Is it a good library?
Informations about the package querydb
Database ORM Handler for PHP
- This package provides more flexibility working with mysql, sqlite and pgsql database systems in PHP out of the box. It's an extension of Moorexa Query Builder. You should check out Moorexa for your next amazing web app.
How to use
- Configure your database connection settings in Amadiify/Connection.php You can create multiple connection setting and switch connection during run time. But first, a default connection must be avaliable for fallbacks.
Here is how the connection file looks like.
Security
- Oh yeah, it's safe. All queries are prepared and filtered even down to raw sql statements.
Once this is done, you can Use this connection. see example:
Get Request
- perform a basic get request (select query)
More Advance Get request
- This goes beyond the basics.
Insert Request
- You can insert in multiples. System protects you from double records. Keeps everything unqiuely stored.
- You can apply loops and chain other actions in one line.
Update Request
- You can run update easily, and chain other actions along side that request
Delete Request
- You can run delete queries easily and also chain other actions along side that request
Raw sql
- Raw sql statements are prepared also, lets see an example
Switch database connection
- You can switch to a different connection during run time. It's easy
This is just an evaluation copy, You can do much more with this in Moorexa. You can share and contribute, thank you.
All versions of querydb with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
The package amadiify/querydb contains the following files
Loading the files please wait ....