Re: Is there interest in an embedded database engine for F95?



Scott Robert Ladd wrote:

I create and distribute an open source embedded database engine named
Itzam. The current version supports C, C++, and Java; I'm considering
whether or not it is worth the effort to write a Fortran 95 interface.

You can see the current packages here:

  http://www.coyotegulch.com/products/itzam/index.html

Would the Fortran community be interested in an Itzam/Fortran?

Absolutely. I've been struggling with an approach that is cross-platform portable. My process works very well for typical edit access, but leads to horrible network traffic bursts for data searches (which should actually be fairly rare in this application, but still undesirable).



Thank you, in advance, for your responses. May you find peace in the season.

..Scott


--

Gary Scott
mailto:garyscott@xxxxxxx

Fortran Library:  http://www.fortranlib.com

Support the Original G95 Project:  http://www.g95.org
-OR-
Support the GNU GFortran Project:  http://gcc.gnu.org/fortran/index.html

Why are there two?  God only knows.


If you want to do the impossible, don't hire an expert because he knows it can't be done.


-- Henry Ford
.



Relevant Pages

  • Re: a modest proposal
    ... end inline ... Gary Scott ... nary a request to interface with assy.. ... It would open up Fortran programming to the vast # of C programmers out ...
    (comp.lang.fortran)
  • Re: F77-C: Passing Fortran FUNCTION as an argument for a C Function
    ... Schamil Wackenhut wrote: ... then how should i define c1 interface in Fortran? ... Gary Scott ...
    (comp.lang.fortran)
  • Re: intel compiler and [REFERENCE] keyword?
    ... Wouldn't that change the binary interface? ... SUBROUTINE SYSFNCBIND ... This is trouble - Fortran LOGICAL does not match ... This binary interface has been stable for about 10 years and has been ...
    (comp.lang.fortran)
  • Re: getting env. variables in gfortran...
    ... Fortran standard (processes, threads, priorities, interprocess ... POSIX functions and Fortran 77. ... POSIX standard itself, not just to the fortran 77 interface. ...
    (comp.lang.fortran)
  • Re: F90 to C interface
    ... I had a while ago a similar problem (interfacing Fortran code with C ... libraries); theoretically you would be able to use the Fortran2003 ... A Fortran module was also written containing interface ... Regarding arrays, you have to be careful: ...
    (comp.lang.fortran)