PHPackages                             habanero/grocery - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. habanero/grocery

ActiveLibrary[Database &amp; ORM](/categories/database)

habanero/grocery
================

Fancy database library for PHP

v0.3.8(12y ago)94162PHPPHP &gt;=5.3

Since Feb 28Pushed 2y ago2 watchersCompare

[ Source](https://github.com/hbnro/grocery)[ Packagist](https://packagist.org/packages/habanero/grocery)[ RSS](/packages/habanero-grocery/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (4)Used By (0)

The main purpose
================

[](#the-main-purpose)

Provide a simple (and fancy) interface to work with databases, currently supports PostgreSQL (8.4+), MySQLi (5.1+) and SQLite3 (3.7+) using the same API.

Perform migrations quickly, although you must write a wrapper for this if you want to keep the track.

[![CI](https://github.com/hbnro/grocery/actions/workflows/ci.yml/badge.svg)](https://github.com/hbnro/grocery/actions)

First steps
-----------

[](#first-steps)

You can just load tables and work with them almost easily, or you could create tables directly from the code and skip the CLI or GUI to achieve that.

```
