2017 © Pedro Peláez
 

library dbutil

Database utilities for laravel

image

tjoosten/dbutil

Database utilities for laravel

  • Sunday, November 15, 2015
  • by Tjoosten
  • Repository
  • 2 Watchers
  • 0 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Database utility manager for laravel.

Installation.

Methods (API)

The following methods are available:, (*1)

Method: Description:
Dbutil::repair($table) Repair a database table.
Dbutil::truncate($table) Empty the database table.
Dbutil::tables() List all the tables in the database.
Dbutil::exists($table) Check if a table exists.
Dbutil::optimizeTable($table) Optimize a database table.

The Versions

15/11 2015

dev-master

9999999-dev

Database utilities for laravel

  Sources   Download

MIT

The Requires

 

laravel