Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

new module: DB Plumber - the poor man's phpMyAdmin for Silverstripe


Go to End


14 Posts   5563 Views

Avatar
apiening

Community Member, 60 Posts

30 June 2010 at 4:19pm

Hi Swaiba,

I made the SQL query field auto expand. Check out the new code.

Thanks

Andy

Avatar
apiening

Community Member, 60 Posts

28 July 2010 at 10:36am

Edited: 28/07/2010 10:37am

hi everybody,

fyi: having used db plumber intensely over the last month myself, i fixed some bugs and added some enhancements:

1) i rewrote the sql parser and added a pseudo lexer that optionally can clean up and nicely indent your messy sql commands ;)

2) i fixed some issues with the record form: handling of quotes/double quotes/html (@uncle cheese: thanks for pointing this out) and I fixed the radio buttons for adapters that support real boolean

3) the table view got two new tabs for truncating and dropping tables

4) dbplumber now works with ie.

so if you're using dbplumber update your copy now. it's worth it. if you find a bug, drop me a mail or file a bug report.

http://silverstripe.org/database-plumber-module/

cheers

andy

Avatar
swaiba

Forum Moderator, 1899 Posts

16 September 2010 at 2:59am

Hey Andy,

I've been looking into the db plumber module (in preparation for using it on my sites), but have run into a couple of problems, in hindsight I should have just added them both here... but instead I just raised separate threads...

http://www.silverstripe.org/all-other-modules/show/292200?showPost=292200
http://www.silverstripe.org/all-other-modules/show/292171#post292171

one for problems importing an export
and the other for complex queries in the sql box

any help is much appreciated!

Barry

Avatar
Terry Apodaca

Community Member, 112 Posts

6 April 2013 at 10:05am

You have any plans to update this for 3.0? I'd really like to see it happen!

Avatar
robbie.munger

Community Member, 4 Posts

17 October 2013 at 8:28pm

Hello Andy.

I'm new to ss and attempting to define a best practices baseline setup. First, I'm am trying composer. Any chance smindel/silverstripe-dbplumber at GitHub can be installed that route? No love for me yet. Also, I have not been able to install into ss 3.1.1. GitHub readme says ss 2.4 or newer. When I try to switch to dbplumber tab I get an error at line 124 of DatabaseBrowser.php. Is this a php problem (version 5.4.12) or is it ss? GitHub readme requirements makes no mention of php versions.

Best regards,
Robbie

Avatar
swaiba

Forum Moderator, 1899 Posts

17 October 2013 at 9:43pm

For those that are looking for an upgrade of this I'd suggest another phpmyadmin alternative... http://www.adminer.org/

Go to Top