Hi,
i have added a new default driver.
It will be available with the next snapshot.
Please note, that current users have to import the new driver
configuration (Menu Drivers => Install Default Driver Definitions).
Otherwise the won't see it.
For the changes, please have a look at default_drivers.xml
<Bean Class="net.sourceforge.squirrel_sql.fw.sql.SQLDriver">
<name>LucidDB</name>
<driverClassName>org.luciddb.jdbc.LucidDbClientDriver</driverClassName>
<url>jdbc:luciddb:http://<server>[:<8034>]</url>
<usesClassPath>true</usesClassPath>
<jarFileNames Indexed="true"/>
<identifier Class="net.sourceforge.squirrel_sql.fw.id.UidIdentifier">
<string>-52</string>
</identifier>
<websiteUrl>http://www.luciddb.org</websiteUrl>
</Bean>
Thanks
Stefan
Am 2011-09-03 20:33, schrieb Brandon Jackson:
> Greetings,
>
> There is an opensource column based database who I would like to get
> registered on the default list of drivers called LucidDB. Here is a link to
> the wiki page where a graphic of manually setting up the driver in Squirrel
> appears.
>
> http://pub.eigenbase.org/wiki/LucidDbSquirrel
> For easy copy/paste reference
>
> Name:
> LucidDB
>
> Example URL:
> jdbc:luciddb:http://localhost
>
> Website URL:
> http://www.luciddb.org
>
> Class Name:
> org.luciddb.jdbc.LucidDbClientDriver
>
> Thanks ahead of time for either doing this for me or otherwise directing me
> so I can modify a file and commit to the source tree.
>
> Brandon
> ------------------------------------------------------------------------------
> Special Offer -- Download ArcSight Logger for FREE!
> Finally, a world-class log management solution at an even better
> price-free! And you'll get a free "Love Thy Logs" t-shirt when you
> download Logger. Secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsisghtdev2dev
> _______________________________________________
> Squirrel-sql-develop mailing list
> Squirrel-sql-develop@...
> https://lists.sourceforge.net/lists/listinfo/squirrel-sql-develop
>
|