in reply to Can SQL be used without a database?
If what you want is a simple SLQ database engine that doesn't require you to install a bunch of stuff or administrate a full RDBMS server system, you may be interested in SQLite, which just stores your database in a single flat file. I've never used it, but it may be easier than installing and configuring a more full-featured RDBMS.
$;=sub{$/};@;=map{my($a,$b)=($_,$;);$;=sub{$a.$b->()}} split//,".rekcah lreP rehtona tsuJ";$\=$ ;->();print$/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
2Re: Can SQL be used without a database?
by jeffa (Bishop) on Dec 30, 2003 at 19:55 UTC | |
by merlyn (Sage) on Dec 30, 2003 at 20:03 UTC | |
by lachoy (Parson) on Dec 30, 2003 at 22:22 UTC |