Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Using a shell database
- X-seq: zsh-users 9680
- From: zzapper <david@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Using a shell database
- Date: Tue, 15 Nov 2005 11:05:52 +0000
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <a01hn1lvq1aotintmjva52kfcabk1gvdhb@xxxxxxx> <b6c719b90511140840y51af6415l9cb41de51e42cd4d@xxxxxxxxxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
On Mon, 14 Nov 2005 11:40:26 -0500, wrote:
>On 11/14/05, zzapper <david@xxxxxxxxxx> wrote:
>
>> I have shell utility which stores information (between sessions) in a series of text files. I now
>> want to do something more complicated, and realise I should be considering using a database.
>> I then ran smack into a steep learning curve.
>> Is there a shell accessible database? gdbm?
>> Pointers please, examples if possible
>
>You don't want to bring databases into your shell script. You want to
>begin to use a tool that's better-suited for the job, like Perl,
>Python or Ruby.
Thanx for both replies, it would seem my requirement has crossed the invisible shell/application
boundary.I realise now that shells don't have a database I hoped there might be a real simple
"pairs" application.
I did have a phase of writing all my "scripts" in Perl, but noticed that they were much slower than
their equivalent shell scripts.
Any comments from the zsh maestros?
--
zzapper
Success for Techies and Vim,Zsh tips
http://SuccessTheory.com/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author