Database layer done. Need some testers

I have finished up the database layer for Drupaltin 2 and need some testers. This database layer interfaces both the Drupal and vBulletin database to Drupaltin, which is a very important piece.

Something else which is new is the svn repository. I have started a repository for Drupaltin so it is easier to keep track of things. So far I have only committed the database layer, but I will soon be committing other code I have done ;-)

Checkout the the handbook page on SVN for more info on that.

Basically there will be a separate directory now for Drupaltin. The config file is very simple and eventually will be cut even more. What I need tested is that the database interface layer works. You can browse to drupaltin/init.php and you should see the username of the user from the vBulletin database with userid=1. This is just a test query. If you open up init.php in an editor you can see at the bottom some other tests you can try out. Just comment the active line and uncomment the next to try it out.

If you run into any problems what-so-ever it would be extremely helpful to let me know. As of now only Mysql is supported but I haven't seen anyone running anything else anyways. Mysqli will be supported on release and possibly even pgSQL.

Any help is greatly appreciated.