Any examples for how to take input from trigger and put in a database

Post Reply
User avatar
fstltna
Posts: 29
Joined: Tue Oct 07, 2014 7:19 am
Location: South San Francisco, CA
Discord: MarisaG#2083
Contact:

Any examples for how to take input from trigger and put in a database

Post by fstltna »

Hi, I'm trying to set up a mudlet app where I parse data from the triggered data and store it into a database like a map or list for later review. Does anyone have some example code I can see on how to do this?

Thanks!
Marisa
---- https://PocketMud.com - full-featured CoffeeMUD hosting - $14/month with first month free
---- https://discord.gg/HgDxtas - Semi-Official CoffeeMUD Discord server
---- https://EmpireDirectory.net - portal for Empire and Imperium

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Any examples for how to take input from trigger and put in a database

Post by Vadi »

Certainly - check this out on how to parse data from triggers: https://wiki.mudlet.org/w/Manual:Introduction#Triggers

When you have it, store it in the database: https://wiki.mudlet.org/w/Manual:Script ... e_frontend

User avatar
fstltna
Posts: 29
Joined: Tue Oct 07, 2014 7:19 am
Location: South San Francisco, CA
Discord: MarisaG#2083
Contact:

Re: Any examples for how to take input from trigger and put in a database

Post by fstltna »

Thanks! I'll look into that...
---- https://PocketMud.com - full-featured CoffeeMUD hosting - $14/month with first month free
---- https://discord.gg/HgDxtas - Semi-Official CoffeeMUD Discord server
---- https://EmpireDirectory.net - portal for Empire and Imperium

Post Reply