start page | rating of books | rating of authors | reviews | copyrights

Advanced Perl Programming

Advanced Perl ProgrammingSearch this book
Previous: 10.4 Relational Databases Chapter 10
Persistence
Next: 11. Implementing Object Persistence
 

10.5 Resources

  1. Transaction Processing: Concepts and Techniques . Jim Gray and Andreas Reuter. Morgan Kaufman, 1992.

    One of the most informative and readable computer texts around. If something about transactions is not covered here, maybe it doesn't exist!

  2. An Introduction to Database Systems, Volumes I and II . C.J. Date. Addison-Wesley, 1994.

    A thorough treatment of persistence issues and database technology.

  3. Berkeley DB library, at http://mongoose.bostic.com/db/ .

  4. DBI web site by Alligator Descartes: http://www.symbolstone.org/technology/perl/DBI/ .


Previous: 10.4 Relational Databases Advanced Perl Programming Next: 11. Implementing Object Persistence
10.4 Relational Databases Book Index 11. Implementing Object Persistence