thumb_coldpress

ColdPress: SQL Server or MySQL or ORM?

In developing ColdPress I’ve come to the point where I need to start building in my database support. If I were building this guy with ColdFusion 9 or some other ORM tools, like transfer then I wouldn’t worry so much about what database engine I used. However since I want this to be as framework-less [...]

In developing ColdPress I’ve come to the point where I need to start building in my database support. If I were building this guy with ColdFusion 9 or some other ORM tools, like transfer then I wouldn’t worry so much about what database engine I used. However since I want this to be as framework-less (word?) as possible I’ve shied away from transfer, coldspring or mach-ii.

So my first thought was to develop using SQL server since I have a feeling that’s going to cover a wide spectrum of the ColdFusion audience. Then I thought about using MySQL to make it truly open source (ie: open source app using open source DB) but then decided that might limit the reach of the product.

Now granted, I’m planning to add in multiple database support after the launch, but just to get to the launch point I’m debating which way to go.

I could use Transfer, but I’m wondering if that’s putting to many requirements on the app? ie: Requirements of Coldpress + the Requirements of Transfer = Requirements of the App

Anyone care to way in on this? I have a feeling I know where this is going to go, but I’m curious what my wide range (read: 3) of readers thing.