Easy DB is a mysqli wrapper written in PHP
To write a database wrapper/API that will allow programmers to focus on their task instead of worrying about SQL. This is only for lazy programmers.
I am so lazy, so I wrote this initially for myself.
- add join functionality
- test other features
- refine ======= EasyDB ======
Easy DB is a mysqli wrapper written in PHP
To write a database wrapper/API that will allow programmers to focus on their task instead of worrying about SQL. This is only for lazy programmers.
I am so lazy, so I wrote this initially for myself.
- add join functionality
- test other features
- refine code
- add delete data
- add demo for select
- add demo for update