Good Database with C library?
        Posted  
        
            by Mohit Deshpande
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mohit Deshpande
        
        
        
        Published on 2010-04-19T00:34:54Z
        Indexed on 
            2010/04/19
            0:43 UTC
        
        
        Read the original article
        Hit count: 297
        
What is a good database with support for C? I want a database that can persist changes when the program is closing and retrieve them when the user starts up the program. I was thinking maybe like SQLite or Berkeley DB. Some documentation would be great too.
© Stack Overflow or respective owner