📄️ MongoDB Database Actions
A Database Action in Ductape defines a reusable MongoDB operation (such as create, read, update, or delete) that can be performed on your product's MongoDB database. Database actions let you centralize and manage your database logic, making it easy to reuse, update, and secure queries across your application.
📄️ MySQL Database Actions
A Database Action in Ductape defines a reusable SQL query or operation (such as create, read, update, or delete) that can be performed on your product's MySQL database. Database actions let you centralize and manage your database logic, making it easy to reuse, update, and secure queries across your application.
📄️ PostgreSQL Database Actions
A Database Action in Ductape defines a reusable SQL query or operation (such as create, read, update, or delete) that can be performed on your product's PostgreSQL database. Database actions let you centralize and manage your database logic, making it easy to reuse, update, and secure queries across your application.
📄️ Updating Database Actions
A Database Action in Ductape defines a reusable query or operation (such as create, read, update, or delete) that can be performed on your product's database. You may want to update a database action to change its logic, template, or parameters as your application evolves.
📄️ Fetching Database Actions
Fetch All Database Actions