Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: SQLite3 use in production

by Errto (Vicar)
on Jan 30, 2008 at 19:55 UTC ( [id://665196]=note: print w/replies, xml ) Need Help??


in reply to SQLite3 use in production

Another good use for SQLite, which is where I use it, is in redistributable and particularly end-user desktop applications. They're guaranteed to be single-user, and embedding MySQL would be more trouble than it's worth. SQLite requires no installation or configuration. Its only overhead is the DBD and supporting client libraries, but those are pretty light-weight. But for a server-side application that can accept multiple client connections, I don't see SQLite as offering much of an advantage.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-24 17:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found