Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2008-04-23 | 1.1 kB | |
bufinodae-src.tar.bz2 | 2008-04-23 | 80.0 kB | |
Bufinodae-bin-0.1.jar | 2008-04-23 | 207.6 kB | |
Totals: 3 Items | 288.6 kB | 0 |
This program was originally inspired by TOAD but at that time TOAD was only compatible with Oracle so I started writing my own version with just the basic features I liked in TOAD. I started on this project almost 10 years ago and development has been slow. I've only implemented features I have needed at the moment without strategy or specification and this is why the code could be used as an example how you NOT to do things. But the main thing is; it works and I use it every time I need database access and that is why I thought someone else might find it usable. To get this working you have to have the JDBC drivers for your database in classpath. If your flavor of database doesn't appear in the connection dialog you can edit config/config.xml, it should be pretty self explanatory but some basic knowledge about Java, JDBC and XML may come in handy. As I've said there I've had no plan while doing this project and it's a work in progress so there might be features that doesn't work how you expect them to or doesn't work at all.