Download the PHP package drago-ex/database without Composer
On this page you can find all versions of the php package drago-ex/database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download drago-ex/database
More information about drago-ex/database
Files in drago-ex/database
Download drago-ex/database
More information about drago-ex/database
Files in drago-ex/database
Vendor drago-ex
Package database
Short Description Connecting to database for Nette Framework
License MIT
Package database
Short Description Connecting to database for Nette Framework
License MIT
Please rate this library. Is it a good library?
Informations about the package database
Drago Database
Simple recurring questions.
Technology
- PHP 8.1 or higher
- composer
Knowledge
Installation
Use
Basic queries in the Repository
Get records from table.
Search for a record by column name in the table.
Search for a record by id.
Delete a record from the database.
Save record (the update will be performed if a column with id is added).
Use of entity
Basic repository.
Use of an entity in a repository.
Reading data.
Save records across an entity (to update the record we add id).
The save method saves the record to the database.
Tips
You can also use entities and have them generated. https://github.com/drago-ex/generator
All versions of database with dependencies
PHP Build Version
Package Version
The package drago-ex/database contains the following files
Loading the files please wait ....