playMaker

Author Topic: Best DB for Playmaker  (Read 12927 times)

MS42

  • Playmaker Newbie
  • *
  • Posts: 9
Best DB for Playmaker
« on: May 19, 2024, 09:02:46 PM »
Hey there,
What are the best/common options for Playmaker database interaction?

I'm looking for a leaderboard solution and login/registration system.


Lootlocker - not sure if it has been updated recently

Easy Save - The Complete Save Data & Serializer System - Looks useful - not sure if it can use popular SQL db's

Mongo - no PM utilities available


Platform is WebGL
« Last Edit: May 20, 2024, 08:19:59 PM by MS42 »

apdebt

  • Playmaker Newbie
  • *
  • Posts: 1
    • geometry dash
Re: Best DB for Playmaker
« Reply #1 on: June 30, 2024, 11:56:35 PM »
For WebGL platforms, you might want to check out Firebase. It offers real-time database solutions and authentication, which could work well for your leaderboard and login/registration needs.

MS42

  • Playmaker Newbie
  • *
  • Posts: 9
Re: Best DB for Playmaker
« Reply #2 on: July 01, 2024, 01:25:01 AM »
Thanks apdept. Appreciate the response

Maart

  • Junior Playmaker
  • **
  • Posts: 92
Re: Best DB for Playmaker
« Reply #3 on: July 02, 2024, 08:00:27 AM »
I'm using bgdatabase with playmaker for a webgl project and I love it