Search code examples
cdatabasenotificationsacid

Which opensource database satisfies all these requirements?


  1. Supports C API for reading and writing into the DB.

  2. Support ACID transaction feature.

  3. Support sending notifications if any change happens to DB state.

Finally it should be an open source.

Could someone suggest a open source database which supports all these above features.


Solution

  • Postgres supports those features.