Libraries tagged by sql int
adamkearsley/convert-migrations
8482 Downloads
Artisan command to convert your current SQL database schema into a Laravel 4 Migration file.
roy404/eloquent
61 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
maxim-oleinik/blade-migrations-laravel
2225 Downloads
An intelligent alternative version of Laravel Database Migrations - uses raw-sql syntax, transactions, auto-rollback, UP-DOWN-UP testing
itrn0/php-sql-interpolator
145 Downloads
A library for interpolating variables into SQL strings in a safe and simple way.
dcblogdev/sql-import
830 Downloads
Import .sql file into a database using PDO
daveismyname/sql-import
1744 Downloads
Import .sql file into a database using PDO
intelogie/sql-formatter
730 Downloads
a PHP SQL highlighting library
craftblue/simple-sql
26 Downloads
SimpleSql is a wrapper around PHP's PDO and is intended to be an easy to use drop-in for your projects. It abstracts away the atrocities of querying by using common methods while still giving you full control of your queries
mazentouati/snacks-console
9 Downloads
Snacks console is an intuitive browser-based SQL console to run and save SQL queries.
chamamme/noquery
40 Downloads
A database query builder aimed at code beautification by minimizing the use of raw SQL in codes. NoQuery currently supports MySQL, Firebird & Interbase, PostgreSQL, SQLite3, Oracle, Microsoft SQL Server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase, Sybase SQL Anywhere, generic ODBC and Microsoft's ADO due to its leverage on ADODB
ua1-labs/firesql
99 Downloads
Set your SQL database on fire by making it into a NoSQL database.
yzh52521/think-laravel-orm
15 Downloads
Integrate larravel orm library illuminate/database for thinkphp6
sunnysideup/mysql-5-7-fix
7176 Downloads
ANSI sans ONLY_FULL_GROUP_BY. This allows you to run Silverstripe projects on mysql5.7+ without constantly running into errors.
rotexsoft/gdao
2994 Downloads
A package containing class and interface definitions that can be used as a basis for a Table Data Gateway (http://bit.ly/1F8Zjfc) and Data Mapper (http://bit.ly/1hD2qCc) implementation of a database access library that performs data manipulation (DM) tasks.
rain1/pdo-powered
24 Downloads
PDO wrapper for easy db interactions