Is there a database built into the base system
Tomasz Rola
rtomek at ceti.pl
Fri Apr 7 22:28:08 UTC 2017
On Fri, Apr 07, 2017 at 02:06:29PM -0700, Karl Young wrote:
[...]
> Ah, I thought there was perl and python in base system. If not, then I
> second the awk recommendation. Awk is powerful enough, and should be
> fast enough for what OP has described.
>
> But I wouldn't suggest to learn awk from man page. "The Awk Programming
> Language", written by the inventors of Awk, is a lovely book and even has
> a whole chapter on databases.
>
> And, it's available for free.
>
> https://archive.org/stream/pdfy-MgN0H1joIoDVoIC7/The_AWK_Programming_Language_djvu.txt
Thanks for mentioning this. A book is real pearl of programming
wisdom. Especially if one does not object against processing text
based data. There is plenty of small and not so small examples in it,
including relational database system written in awk - not an sql-based
one, but something more integrated with awk.
Well, I did not count on OP learning awk from man page :-). I counted
he would start looking around for examples. We have internet nowadays...
--
Regards,
Tomasz Rola
--
** A C programmer asked whether computer had Buddha's nature. **
** As the answer, master did "rm -rif" on the programmer's home **
** directory. And then the C programmer became enlightened... **
** **
** Tomasz Rola mailto:tomasz_rola at bigfoot.com **
More information about the freebsd-questions
mailing list