database - If possible how can one embed PostgreSQL? -
if it's possible, i'm interested in being able embed postgresql database, similar sqllite. i've read it's not possible. i'm no database expert though, want hear you.
essentially want postgresql without configuration , installation. if it's possible, tell me how.
unless major rewrite of code, not possible run postgres "embedded". either run separate process or use else. sqlite excellent choice. there others. mysql has embedded version. see @ http://mysql.com/oem/. several java choices, , mac has core data can write too. hell, can use foxpro. os on , services need database?
Comments
Post a Comment