Bjorn Post

Results 27 comments of Bjorn Post
trafficstars

There were some thoughts on replacing Mysqli with PDO in the past. I'm all in favor of making Pheasant less dependent on MySQL (read: db independent). I'm not familiair with...

If we want Pheasant to support more database backends, writing all that code ourselves wouldn't add much value. It just adds a bunch of complexity on our side which we...

I'd say go for it :+1:

@lox, any progress on this?

@lox, can you push this to a separate branch? I have some time to work on this.

That's quite a PR, nice work! I'll have a look at this once we have 1.3.2 released. Would you mind writing some documentation for this as well? IIRC transactions are...

Code LGTM. An example of how to use in the docs would be great. While you're at it, maybe we can also add an extra example of how Events work?