Frédéric Guillot is announcing that PicoDb with version number 1.0.0 is already available to download.
What is PicoDb ?
PicoDb is A PHP library for interacting with SQL databases, allowing developers to compose queries, run the operation, and then retrieve the results .
PicoDb is not as complete as an ORM (object-relational mapper), but provides a very simple set of tools that allow the user to run basic operations on the database without exposing his credentials every time.The library has no external dependencies, is relatively easy to use if you're acquainted to basic PHP, lightweight when it comes to disk size, and can handle schema versions.Support for prepared statements is included, along with some basic usage instructions.
This is changelog for PicoDb version 1.0.0 :
You can read the complete changelog and also download this latest version on their homepage:
github.com