Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svenfuchs/database_recorder
https://github.com/svenfuchs/database_recorder
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/svenfuchs/database_recorder
- Owner: svenfuchs
- Created: 2011-02-09T16:32:22.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-09T17:39:40.000Z (almost 14 years ago)
- Last Synced: 2024-10-26T22:39:55.939Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. DatabaseRecorder
This code is an experiment in recording and replaying a database connection in order to speed up tests.
See these posts for the initial idea and results:
* "Why exactly don't we stub that database?":http://svenfuchs.com/2010/11/24/why-exactly-don-t-we-stub-that-database
* "DatabaseRecorder - recording and replaying the database connection":http://svenfuchs.com/2011/2/9/databaserecorder-recording-and-replaying-the-database-connectionTLDR: It's currently not worth it because there's no performance gain.
If you're interested in picking this up or have any questions just drop me a note! :)