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.3 or higher
- composer
Knowledge
Installation
Basic Model Example
Common Queries
Reading records from a table:
Find records by column name:
Get a record by ID:
Delete a record by column name:
Save records as an array (update if id
is provided):
Using Entities
Use the entity in a model:
Fetch records as objects:
Save Entity Records
To save entity data (update record if id
is present):
Advanced Features
Entity Class for Database Mapping
You can use a custom entity class with database mapping:
Entity Generation
For automatic entity generation, consider using the Drago Generator tool: 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 ....