Content deleted Content added
Jerryobject (talk | contribs) WP:LINKs: WP:Disambiguate, update-standardizes, underscore > space, needless-WP:PIPE > WP:NOPIPE. Cut needless whitespace character carriage returns, between MOS:HEADings and text: to standardize, aid work via small screens. |
|||
Line 15:
| website = {{URL|jampyapplicationbuilder.com}}
}}
'''Jam.py''' is [[Web framework]] providing [[Low-code development platform|low-code]] and [[No-code development platform|no-code]], full [[
Jam.py version 5.x is a [[Single-page application|single-page]], [[Event-driven architecture|event driven]] [[low-code development platform]] for [[database]]-driven business [[web application]]s, based on the [[
It provides a built-in web server, [[graphical user interface builder]] (named Application Builder), and database access including third-party databases.
Line 47:
=== Application builder client module ===
This JavaScript [["Hello, World!" program]] code displays a simple web page when visited:
Line 60 ⟶ 59:
=== Application builder server module ===
The Python libraries can be imported within the Task/Server Module(s):
Line 73 ⟶ 71:
=== Database migrations ===
Jam.py supports database [[Data migration|migration]] and data import from one supported database to another.
The below code in the Task/Server Module will import data from SQLite to application database:
Line 84 ⟶ 81:
</syntaxhighlight>
Limits:
* The SQLite database
== PythonAnywhere ==
[[PythonAnywhere]] Python 3.x deployment is supported<ref group=Note>{{Cite web |url=https://github.com/pythonanywhere/help_pages/blob/master/articles/Jampy.md |title=pythonanywhere/help_pages |website=GitHub |date=11 October 2021}}</ref>▼
▲[[PythonAnywhere]] Python 3.x deployment is supported<ref group=Note>{{Cite web|url=https://github.com/pythonanywhere/help_pages/blob/master/articles/Jampy.md|title=pythonanywhere/help_pages|website=GitHub|date=11 October 2021}}</ref>
==Notes==
|