On 8/1/05, Nicolas Roard <[EMAIL PROTECTED]> wrote:
> 
> Well... I would prefer SQLite over BerkeleyDB. But, why do you want to
> recreate a new objc framework (or port it) instead of adding a SQLite
> backend for SQLClient ?
> Seems to me it would be better to contribute to SQLClient than doing
> our own framework..

  First, after looking at the SQLClient in GNUstep,
  I would say SQLClient is a good framework for client-server database.
  It's quite simple and elegant.
  But the reason to use sqlite is for embedded database.
  In this case, SQLClient is actually an overkill.
  And SQLClient depending on GNUstepBase,
  which is another dependency for Mac OSX platform.
  So now I think SQLDatabase is a better choice for me.
  Or a simpler SQLClient will work.

  Yen-Ju
 
> Cheers,
> 
> --
> Nicolas Roard
> "Any sufficiently advanced technology is indistinguishable from magic."
>   -Arthur C. Clarke
>

Reply via email to