Simple lib to save data

Asked

Viewed 23 times

1

I’m making some simple, static institutional websites, and I want to put some customizations. These customizations will be few and simple, and will only be accessed by one user. But you will have some information that will be changed by more than one user.

I know sqlite is good for this kind of thing, but I didn’t want to depend other libs. And it does not need to be a database to apply normalization.

I thought of a simple text file with some kind of lock with file, but surely someone has implemented and done with good practices.

I intend to use this in a shared hosting that has access to disk, and I don’t want to set up database because it’s something very simple, and I want easy deployment.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.