Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: sql editor written in perl

by Corion (Patriarch)
on Jun 17, 2022 at 11:57 UTC ( [id://11144829]=note: print w/replies, xml ) Need Help??


in reply to sql editor written in perl

While it's no editor, the DBIx::RunSQL module includes run-sql.pl, which allows for convenient execution of SQL, either from the command line or from a file.

If you want something more interactive, I've found editing a file and then (automatically) re-running the query to display the results in a browser quite useful. I've written App::sqldisplay, which watches an (SQL) file and reruns the query whenever the file is updated. The results are then displayed in a web browser. You might find this helpful.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11144829]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-03-29 07:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found