Download the PHP package diogodg/neoorm without Composer
On this page you can find all versions of the php package diogodg/neoorm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download diogodg/neoorm
More information about diogodg/neoorm
Files in diogodg/neoorm
Download diogodg/neoorm
More information about diogodg/neoorm
Files in diogodg/neoorm
Vendor diogodg
Package neoorm
Short Description NeoORM é uma classe para mapeamento de um banco de dados Mysql/Pgsql
License MIT
Package neoorm
Short Description NeoORM é uma classe para mapeamento de um banco de dados Mysql/Pgsql
License MIT
Please rate this library. Is it a good library?
Informations about the package neoorm
NeoORM
NeoORM is a PHP library for database mapping that allows you to create and update tables, as well as insert, update, delete, and select records from one or more tables.
Installation
Create a .env file in the root of your project with the following variables:
Examples
Selecting Records
Select by ID
Select by Name
Select All Records
Select with Filters
Select with Joins and Filters
Select with Filters and Limit
Insert/Update Records
Delete Records
Delete by Filter
Delete by ID
Using Transactions
Other Examples
Using the DB Class Directly
Database Creation/Modification
Creating a Table
Inside the app/models folder, you should create a class that will represent your table in the database, as shown in the example below:
After creating all the classes, simply call the following class as shown in the example below:
All versions of neoorm with dependencies
PHP Build Version
Package Version
No informations.
The package diogodg/neoorm contains the following files
Loading the files please wait ....