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
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
Comment