Really? No JDBM browser/client?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    Really? No JDBM browser/client?

    I developed a Java application and want to peek inside my jdbm data store for testing purposes. Maybe i'm seeing jdbm too much like sqlite3, but isn't anyone interested in a client app that can see and display the data in a jdbm, even if I have to tell it the datatypes and schema manually.

    Do I have to develop a small program each time I want to get data?

    It seems too much of a hassle compared to PHP-> SQLITE.

    Thanks for any input, feel free to point and laugh at a n00b :)



    Dan
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    If I'm not mistaken jdbm is a Java implementation of gdbm, a simple, but very well performing, B+tree handler and then some. It has nothing to do with SQL by itself. What exactly do you want to do with it?

    kind regards,

    Jos

    Comment

    Working...