PHP SiDB – A Simple Database Framework
With the purpose of faster work, I wrote this framework last year and I recognized it would be useful for others.
What does it do?
SiDB makes it faster to
- Insert data to Database
- Retrieve data from Database
- Delete data from Database
- Run other queries
All happens in just a line and no worries of SQL injection. Take a look – https://github.com/donjajo/SiDB