Store and retrieve data
users
with the columns id
, name
, and email
.”users
table: 1, John Doe, john.doe@example.com
.”users
table.”database_create_database
database_execute_sql
Define the Database service
Create an ATXP client
Use the Database service in your agent
getArguments
method.Read the response using the getResult
method.