nulpunkt / yesql-php

A clone of the wonderful yesql clojure library, for php
23 stars 7 forks source link

Indicate whether it's ready for use in production #2

Closed terales closed 6 years ago

terales commented 6 years ago

Hello! Thanks a lot for open sourcing your port!

In the README you're stating:

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 as methods on a class.

I'm a bit confused by this statement. Is it ready for use in production? Can you specify this in the README, please?

nulpunkt commented 6 years ago

Oh man, I had to give this some serious thought!

The story is this: I built for fun on a friday, liked a lot and now we are using it where I work. So I guess it's production ready. I'll see if I can word it more clearly in the README! Thanks for the feedback.

If there are anything in particular you'd like to know before using it in production, I'd love to know, so I can address it.

terales commented 6 years ago

we are using it where I work

That's all I need. Now I know that at least someone use it in production :) Do you need PR to update a README?

nulpunkt commented 6 years ago

If you have a good wording I'll happily accept a pr, so I don't have to write it myself :)