Is there any simple database system that uses simple text or XML files to store data? I just need some basic features like update, delete, insert, simple constraints and relationships.
For the project that I am currently using SQL Server, it will be too heavy, and I still never liked it.
source share