I am thinking of a side-project to create a web-based notes manager. So the primary data is going to be a few lines of characters and i need a persistent backend for this.
I am puzzled if there are any light-weight approach other than databases?
Thanks in advance..