opengb icon indicating copy to clipboard operation
opengb copied to clipboard

Open Game Backend: Open-source modular backend for all games and tools. Works with Godot, Unity, Unreal Engine, and HTML5.

Results 123 opengb issues
Sort by recently updated
recently updated
newest added

If pulling & starting Postgres container automatically, should log since this takes some time

enhancement
good first issue

Example: ``` curl -X POST "https://localhost:8080/modules/auth/scripts/auth_email_passwordless/call" \ -H "Content-Type: application/json" \ -d '{ "key": "value" // Your JSON payload here }' ```

documentation
good first issue

**Motivation** When iterating on a database, some devs may use `opengb dev reset` frequently. Currently, it manually confirms for *all* databases.

enhancement