There are EM PostgreSQL adapters <https://github.com/mperham/em_postgresql>for ActiveRecord so I think that means you can use PG with Cramp. I'm not too familiar with EM and ActiveRecord though, so it would be great if someone else could confirm or deny this.
On Thu, Aug 11, 2011 at 16:41, Dylan Vassallo <dylanvassa...@gmail.com> wrote: > There are EM PostgreSQL adapters for ActiveRecord so I think that means you > can use PG with Cramp. I'm not too familiar with EM and ActiveRecord though, > so it would be great if someone else could confirm or deny this.
> On Thu, Aug 11, 2011 at 4:38 PM, wtn <wtnel...@gmail.com> wrote:
>> Hello, I noticed that Cramp supports ActiveRecord.
I think you should be able to use Cramp + Active Record 2.3.x + Mike Perham's PG adapters. Cramp only provides fiber pools when you use mysql2 + AR 3. It should be able to do the same for any other combination too.
On 12 August 2011 00:50, William T <wtnel...@gmail.com> wrote:
> Mike Perham's PG adapters do not work with ActiveRecord 3.
> I guess Cramp is mysql2 only?
> On Thu, Aug 11, 2011 at 16:41, Dylan Vassallo <dylanvassa...@gmail.com> wrote: >> There are EM PostgreSQL adapters for ActiveRecord so I think that means you >> can use PG with Cramp. I'm not too familiar with EM and ActiveRecord though, >> so it would be great if someone else could confirm or deny this.
>> On Thu, Aug 11, 2011 at 4:38 PM, wtn <wtnel...@gmail.com> wrote:
>>> Hello, I noticed that Cramp supports ActiveRecord.
On Thu, Aug 11, 2011 at 4:52 PM, Pratik <pratikn...@gmail.com> wrote: > I think you should be able to use Cramp + Active Record 2.3.x + Mike > Perham's PG adapters. Cramp only provides fiber pools when you use > mysql2 + AR 3. It should be able to do the same for any other > combination too.
> On 12 August 2011 00:50, William T <wtnel...@gmail.com> wrote: > > Mike Perham's PG adapters do not work with ActiveRecord 3.
> > I guess Cramp is mysql2 only?
> > On Thu, Aug 11, 2011 at 16:41, Dylan Vassallo <dylanvassa...@gmail.com> > wrote: > >> There are EM PostgreSQL adapters for ActiveRecord so I think that means > you > >> can use PG with Cramp. I'm not too familiar with EM and ActiveRecord > though, > >> so it would be great if someone else could confirm or deny this.
> >> On Thu, Aug 11, 2011 at 4:38 PM, wtn <wtnel...@gmail.com> wrote:
> >>> Hello, I noticed that Cramp supports ActiveRecord.
> >>> Does it support ActiveRecord with PostgreSQL?
>> Cramp only provides fiber pools when you use mysql2 + AR 3.
> Are there any other situations when fiber pools are automatically > introduced? > This fork of em-postgresql-adapter appears to support AR3.
> On Thu, Aug 11, 2011 at 4:52 PM, Pratik <pratikn...@gmail.com> wrote:
>> I think you should be able to use Cramp + Active Record 2.3.x + Mike >> Perham's PG adapters. Cramp only provides fiber pools when you use >> mysql2 + AR 3. It should be able to do the same for any other >> combination too.
>> On 12 August 2011 00:50, William T <wtnel...@gmail.com> wrote: >> > Mike Perham's PG adapters do not work with ActiveRecord 3.
>> > I guess Cramp is mysql2 only?
>> > On Thu, Aug 11, 2011 at 16:41, Dylan Vassallo <dylanvassa...@gmail.com> >> > wrote: >> >> There are EM PostgreSQL adapters for ActiveRecord so I think that means >> >> you >> >> can use PG with Cramp. I'm not too familiar with EM and ActiveRecord >> >> though, >> >> so it would be great if someone else could confirm or deny this.
>> >> On Thu, Aug 11, 2011 at 4:38 PM, wtn <wtnel...@gmail.com> wrote:
>> >>> Hello, I noticed that Cramp supports ActiveRecord.
>> >>> Does it support ActiveRecord with PostgreSQL?