Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# yesql-php [![Build Status](https://travis-ci.org/nulpunkt/yesql-php.png?branch=master)](https://travis-ci.org/nulpunkt/yesql-php)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FColourboxDevelopment%2Fyesql-php.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FColourboxDevelopment%2Fyesql-php?ref=badge_shield)

I'm trying to build a clone of the wonderful yesql library from clojure.
The idea is to have a seperate sql file for queries, which you can then access
Expand Down Expand Up @@ -113,3 +114,7 @@ class MyObject {
$o = new MyObject;
$r->insertObject($i, $o)
```


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FColourboxDevelopment%2Fyesql-php.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FColourboxDevelopment%2Fyesql-php?ref=badge_large)