Feedreader Connect Server Database Schema

A lot of users have asked from us how to create their own special website (or news portal) that runs on Feedreader Connect Server.

 

It's not a secret that Feedreader Connect Server uses Microsoft SQL Server 2005 as database backend (MySQL version will follow soon). This makes it absolutely easy to use data gathered by Feedreader Connect Server in web applications. It's only matter of knowing the logic of Feedreader database.

 

We have made available Database Schema logic of Feedreader here.

 

In the following couple of blog entries we will describe how to connect to database and how to query subscribed feeds, articles in those feeds and give some tips and tricks about Feedreader Connect database. We will use PHP as sample programming language.

Relevant content from Feedreader Observe