[cad-linux] Re: database cad system

  • From: Eric Wilhelm <ewilhelm@xxxxxxxxxxxxx>
  • To: cad-linux@xxxxxxxxxxxxx
  • Date: Tue, 24 Jun 2003 13:47:55 -0500

> The following was supposedly scribed by
> Jim Parker
> on Tuesday 24 June 2003 12:27 pm:

>If you are going to use a SQL database I would think in terms of
>portability.  If you write your app for MySQL, but your customer is
>using Oracle, 

In my case, there are no customers.

>will the app need a complete rewrite, 

In my case, about every three months.

>or our you using
>industry standard libraries ?  

I am writing very small sets of command-line programs (up to 20,000 lines by 
now, but that includes some modules which can be re-used.)

The use of existing libraries will greatly improve the capabilities of these 
systems, but only when it allows the code to remain simple and compact.

I basically see this as a bunch of prototype programs, parts of which will get 
used for future projects, but each project is going to be slightly different, 
so the programs will be started nearly from scratch each time (I am working 
toward a more generic system, but this will take a long time and it is only 
me doing the programming.) 

--Eric

Other related posts: