Re: Simple relational database program to replace Access
- From: BreadWithSpam@xxxxxxxxxxxxx
- Date: 31 Jan 2006 14:37:45 -0500
Sally Thompson <sallynewsgroup@xxxxxxxxxxx> writes:
> On Tue, 31 Jan 2006 13:53:20 +0000, Doc O'Leary wrote
> > I didn't see anyone else mention it, but Tiger comes with SQLite. No
> > GUI to speak of, but an excellent no-fuss SQL database.
>
> I'll look at that. At present I'm reeling under the load of a steep
> learning curve on new software!
man sqlite3
Pretty good docs.
To clarify just a little bit, SQLite is a small C library
which implements the SQL database engine. You can link it
into your applications if you're writing software.
sqlite3 is a simple command line access program which lets you
use the sqlite library from your command line (or from a
script - ie. shell script, perl, probably even AppleScript,
though I don't know anything about the last).
There are also drivers/wrappers for SQLite which give one
access from higher level languages without having to pipe
commands in and out of sqlite3.
I don't think there's much in the way of point-and-click,
but given the simple command line interface, as well as,
say, the Perl or Python or PHP or Java wrappers, one
could crank data into a SQLite DB pretty quickly.
--
Plain Bread alone for e-mail, thanks. The rest gets trashed.
No HTML in E-Mail! -- http://www.expita.com/nomime.html
Are you posting responses that are easy for others to follow?
http://www.greenend.org.uk/rjk/2000/06/14/quoting
.
- References:
- Simple relational database program to replace Access
- From: Sally Thompson
- Re: Simple relational database program to replace Access
- From: Doc O'Leary
- Re: Simple relational database program to replace Access
- From: Sally Thompson
- Simple relational database program to replace Access
- Prev by Date: Q: extracting small clip from a .avi file
- Next by Date: Re: Can VLC read DVD files?
- Previous by thread: Re: Simple relational database program to replace Access
- Next by thread: Re: Simple relational database program to replace Access
- Index(es):
Relevant Pages
|