In focus

Getting Started with Berkeley DB for C

  • 94 Pages
  • 9 Downloaded
  • PDF
Download This E-Book Now
Intoduction:
Berkeley DB is a general-purpose embedded database engine that is capable of providing a wealth of data management services. It is designed from the ground up for high-throughput applications requiring in-process, bullet-proof management of mission- critical data. DB can gracefully scale from managing a few bytes to terabytes of data. For the most part, DB is limited only by your system's available physical resources.
 
You use DB through a series of programming APIs which give you the ability to read and write your data, manage your database(s), and perform other more advanced activities such as managing transactions.
 
Table of Contents 
  • Introduction to Berkeley DB
  • Databases
  • Database Records
  • Using Cursors
  • Secondary Databases
  • Database Configuration
 

COMMENT USING