flatbase icon indicating copy to clipboard operation
flatbase copied to clipboard

Flat file database for PHP

Results 5 flatbase issues
Sort by recently updated
recently updated
newest added

Complete noob, how do you iterate through all records from a Flatbase\Collection you've got with a query like this one? ```php $userthingies = $flatbase->read()->in("thingies") ->where("author", "=", $_SESSION["user"]) ->get(); ```

Hello, I tried to use this awesome package, but it seems command line does not work, Running `vendor/bin/flatbase insert users name=Ian address=phil --path="storage/db" ` `vendor/bin/flatbase: /e/projects/offline-report/vendor/flatbase/flatbase/flatbase: /usr/bin/php: bad interpreter: No...

Hey! I was hoping to use flatbase on shared hosting, where `composer` is _not_ an option. Is there a way I can download the files and upload them and use...