Download the PHP package bera/bera-db without Composer
On this page you can find all versions of the php package bera/bera-db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package bera-db
Bera Db
A simple mysql database warpper for php
Badges
Authors
Features
- Simple Interface
- Add, Edit, Delete, Fetch query helper methods
- Database transactions
Installation
Install by using composer
Usage/Examples
Setup a connection
Insert data
Update data
Delete data
Select data
API Reference
Connect to a database
Set debug mode
Insert data
Update data
Delete data
Delete data using AND as a glue
Delete data using OR as a glue
Run raw query
Get total nunmber of affected rows
Get last insert id
Get single record as an array after query
Get single record as an object after query
Get all records as an array after query
Get a single record using a table name
Get all records using a table name
Begin a db transaction
End a db transaction
All versions of bera-db with dependencies
PHP Build Version
Package Version
No informations.
The package bera/bera-db contains the following files
Loading the files please wait ....