mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
16 lines
815 B
Plaintext
16 lines
815 B
Plaintext
Bigtop is a language for describing the data of a web application.
|
|
Usually this data will be stored in a relational database. Once you
|
|
have a description of your data, you can generate a web application
|
|
from it. This includes all the pieces you need like: the sql
|
|
statements ready for feeding to your database command line tool, the
|
|
httpd.conf you need to Include in the httpd.conf on your system, the
|
|
modules that will handle the web requests, the models that make the
|
|
database tables look like classes, etc.
|
|
|
|
If you need to alter the data model in the future, you can change your
|
|
original description to match the new reality, then regenerate the
|
|
application without fear of losing hand written code (though you may
|
|
have to modify some of it to reflect the new reality).
|
|
|
|
WWW: https://metacpan.org/release/Bigtop
|