can i connect to a database using unityscript instead of C?

hey guys :)

just wondering if i can make it connect to a database through unityscript (the java script files in unity)

if i cant, can i define variables in C where it connects to the database, then use them in unityscript?

heres where iv read up on databases and stuff with unity:

http://answers.unity3d.com/questions/658/connect-to-the-sql-database http://forum.unity3d.com/threads/9391-MS-SQL-connection http://forum.unity3d.com/threads/15746-Unity-and-Database-Access http://forum.unity3d.com/threads/7866-Unity-and-Sqlite http://www.unifycommunity.com/wiki/index.php?title=Server_Side_Highscores http://forum.unity3d.com/threads/9391-MS-SQL-connection

as you can see by that iv done a fair bit of reading up on it...i just really dont want to have to convert my game so far over to C

You could start with "Server Side Highscores".

It is Javascript and works out of the box (and you do not have to touch the MD5.cs script).