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.
- Host: GitHub
- URL: https://github.com/cebe/db-state-driver
- Owner: cebe
- Created: 2011-08-26T07:57:09.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-01-03T11:25:20.000Z (over 14 years ago)
- Last Synced: 2025-06-23T20:03:18.401Z (12 months ago)
- Language: PHP
- Homepage: https://github.com/cebe/db-state-driver#readme
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EDbStateDriver [](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.