create_database
Give this project a database, so the published site can store what visitors submit -- contact-form messages, bookings, enquiries, signups.
Call this when the site needs to KEEP what visitors send rather than just email it onward, or when the user asks where their form submissions go. One database per project, created and named by Orivox; there is nothing to configure and no filename to choose.
Safe to call more than once: if the project already has one, nothing is
changed and created comes back False. Check created before telling
the user anything was set up.
tables lists what the database currently holds -- an empty list means
it exists but nothing has been stored yet, which is the normal state for a
site that has not been published or has had no submissions.
SCOPE: this CREATES the database. To read what visitors submitted, use the query_database tool; forms store rows through the site's own data-collection contract, not through this call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_guid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||