[fpc-pascal] Data persistance in CGI projects
Michael Van Canneyt
michael at freepascal.org
Sun Feb 26 17:29:47 CET 2012
On Sun, 26 Feb 2012, Luciano de Souza wrote:
> Hello all,
>
> For desktop environments, there are mature projects on data persistance.
> Press Objects, TiOPF... desktop developers can be proud of the tools they
> have.
>
> What about CGI environments? Is there something already developed? Yes, we
> can use SQLDB. It's really a very good component. However, we need to write
> lots of SQL. The dream would be something like:
>
> user := TUser.create;
> user.name := 'Luciano';
> user.age := 36;
> user.insert;
Why not use tiOPF for this as well ? It works just as well in CGI environments.
Michael.
More information about the fpc-pascal
mailing list