database

Simple PDO wrapper for MySQL and SQLite databases

MIT License

Downloads
53
Stars
3
Committers
1
database - v5.0.1 Latest Release

Published by jaredhowland about 1 year ago

[FIX] query method

database - v5.0.0

Published by jaredhowland about 1 year ago

Now requires PHP >=8.2.0

database - v4.0.0

Published by jaredhowland about 1 year ago

[FIX] query method now only works if you do not bind as intended (breaking change)

database - v3.1.0

Published by jaredhowland over 1 year ago

Add all UNION types:

  • UNION
  • UNION ALL
  • UNION DISTINCT
database - v3.0.0

Published by jaredhowland over 1 year ago

Make compatible with PHP8

database - v2.1.2

Published by jaredhowland almost 5 years ago

[FIX] LEFT JOIN and INNER JOIN

database - v2.1.1

Published by jaredhowland almost 5 years ago

[FIX] Minor code improvements

database - v2.1.0

Published by jaredhowland almost 5 years ago

[ADD] INNER JOIN
[FIX] Minor code improvements

database - v2.0.1

Published by jaredhowland over 5 years ago

[FIX] Reduce the PDO version requirement

database - v2.0

Published by jaredhowland about 6 years ago

[ADD] Better inline documentation
[FIX] Problems with truncate method
[FIX] Validate ints
[FIX] Validate more data in several methods

database - v1.2.1

Published by jaredhowland almost 7 years ago

[FIX] Allow null values to be inserted when appropriate

database - v1.2.0

Published by jaredhowland over 7 years ago

  • Made debugging easier by adding more exceptions.
  • Documented a few more of the methods. I still hope for more complete documentation later.
database - v1.1.2

Published by jaredhowland over 7 years ago

Really fixed the defaults bug.

database - v1.1.1

Published by jaredhowland over 7 years ago

Allow actually using the default settings for driver (mysql) and host (localhost).

database - v1.1.0

Published by jaredhowland over 7 years ago

Allow multiple queries on a single object instantiation

database - v1.0

Published by jaredhowland over 7 years ago

First full release of Simple PDO Wrapper.

database - BETA

Published by jaredhowland over 7 years ago

This is not the database wrapper you are looking for.