Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Writing a database lookup tool

by Anonymous Monk
on Jan 05, 2013 at 09:26 UTC ( [id://1011771]=note: print w/replies, xml ) Need Help??


in reply to Re: Writing a database lookup tool
in thread Writing a database lookup tool

sqlite3 -- don't mess with sqlite2

Replies are listed 'Best First'.
Re^3: Writing a database lookup tool
by Shuraski (Scribe) on Jan 06, 2013 at 04:20 UTC

    Why not spend some time familiarizing yourself with Catalyst or Dancer, and learn some MySQL? Using the DBI for MySQL it turns out isn't all that much more work than messing with SQLite...

      Why not spend some time familiarizing yourself with Catalyst or Dancer, and learn some MySQL? Using the DBI for MySQL it turns out isn't all that much more work than messing with SQLite...

      Why assume I'm not familiar with mysql?

      Who wants to manage deploying mysql (in addition to perl) on every target plaform , instead of DBD::SQLite?

      Mind you, I'm not the OP :)

        "Who wants to manage deploying mysql (in addition to perl) on every target plaform , instead of DBD::SQLite?"

        That's my thinking as well. So far, it looks like DBD::SQLite can do all the database stuff I need, Tk should take care of the GUI, and with pp, I will be able roll the whole thing up into a single .exe that doesn't require installation, doesn't have any dependencies and is less than 10MB in size.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-03-19 11:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found