You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by "David N. Welton" <da...@dedasys.com> on 2003/06/29 12:47:14 UTC

mini db

Damon, would something like this work?  I think we could have it up
and running pretty quick.

http://mini.net/tcl/1598

I think it would solve my needs of having a small database-like system
included with Rivet.

-- 
David N. Welton
   Consulting: http://www.dedasys.com/
     Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org


Re: mini db

Posted by Damon Courtney <da...@your.unreality.com>.
    This actually looks pretty promising.

    Tell me again why we shouldn't use MetaKit?  I guess we'll support
it (with DIO), we just won't ship it with our stuff.

D

> Hrm, or maybe this is something else to consider:
> 
> http://www.hwaci.com/sw/sqlite/
> 
> -- 
> David N. Welton
>    Consulting: http://www.dedasys.com/
>      Personal: http://www.dedasys.com/davidw/
> Free Software: http://www.dedasys.com/freesoftware/
>    Apache Tcl: http://tcl.apache.org/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
> For additional commands, e-mail: rivet-dev-help@tcl.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org


Re: mini db

Posted by "David N. Welton" <da...@dedasys.com>.
Hrm, or maybe this is something else to consider:

http://www.hwaci.com/sw/sqlite/

-- 
David N. Welton
   Consulting: http://www.dedasys.com/
     Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org


Re: mini db

Posted by Damon Courtney <da...@your.unreality.com>.
    Actually, I had written something very similar to this for NWS
a while back.  It was a very simple, Tcl-based database system using
flat text files.

    I'll dig up the code and add it.  At the very least, it will be
the default database if nothing else at all was installed with Rivet.
We can actually write in a little code at startup to try and find
the most optimal database if one wasn't specified.  This is what the
last version of NWS did.

    If the user specifies a database, we look for that and use it.
If not, we run down a list of the databases we support looking for
the best possible option.  I'll just write a DIO class for all the
databases.

D

> Damon, would something like this work?  I think we could have it up
> and running pretty quick.
> 
> http://mini.net/tcl/1598
> 
> I think it would solve my needs of having a small database-like system
> included with Rivet.
> 
> -- 
> David N. Welton
>    Consulting: http://www.dedasys.com/
>      Personal: http://www.dedasys.com/davidw/
> Free Software: http://www.dedasys.com/freesoftware/
>    Apache Tcl: http://tcl.apache.org/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
> For additional commands, e-mail: rivet-dev-help@tcl.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org