An open API service indexing awesome lists of open source software.

https://github.com/cebe/db-state-driver

A tool that saves db state for testing purpose.
https://github.com/cebe/db-state-driver

Last synced: 8 months ago
JSON representation

A tool that saves db state for testing purpose.

Awesome Lists containing this project

README

          

# EDbStateDriver [![Project status](http://stillmaintained.com/cebe/db-state-driver.png)](http://stillmaintained.com/cebe/db-state-driver)

This application component extends CDbConnection to be able to save
and restore current db states for testing usage.

## Requirements
* Yii 1.1.8 (untested with prior versions, might also work)
* PHP 5.3.3

## Usage

put it in place of CDbConnection in your application

Currently only works with sqlite.