About 759,000 results
Open links in new tab
  1. Database Schema for a Gym Exercise Log App - Stack Overflow

    Jan 16, 2019 · I am making an android app (my first) to record gym workouts but I am not sure on how to best structure the database for storing this data. I want to be able to store: A list of …

  2. Workout-Tracking Database - Brandon Carper

    The mySQL database contained both one-to-many and many-to-many relationships. Its structure resembled a star schema commonly used in business intelligence databases, with workouts …

  3. Using databases to store game content data : r/gamedev - Reddit

    Jul 14, 2021 · One way would be to use a JSON serializer directly, but that requires to manage the references manually and do it in several steps (first deserialize the ids and then replace …

  4. Exercise List: Designing The Database Schema - Ben Nadel

    Oct 21, 2007 · The database schema is going to be fairly simple as our application has very litte functionality. The bulk of the information will be stored in the exercise table and it's join to the …

  5. How to Design a Database for Multiplayer Online Games

    Mar 5, 2024 · Designing a relational database for Multiplayer Online Games requires careful consideration of the entities, attributes, and relationships that are essential for managing …

  6. Designing a fitness / weight lifiting routine database

    Here is a prototype database schema. It allows the creation of different exercise routines, assigns those routines to a person by date, and even has a place to log the exercises executed, and …

  7. Best practices for using Spanner as a gaming database

    May 1, 2025 · Designing your database operations with Spanner as your game's database. Modeling your data and creating a schema to get the best performance with Spanner. Games, …

  8. Gaming profile schema design in DynamoDB - Amazon DynamoDB

    To begin, we use generic names like PK and SK to store different types of entities in the same table to make the model future-proof. For better readability, we can include prefixes to denote …

  9. realtime multiplayer game database design - Game Development Stack Exchange

    Jun 23, 2017 · When you have a real-time game, you should store all data you need for your ongoing games in the server's memory. The reason is that fetching a row from a database in …

  10. Question: How can you design an efficient database for a game?

    Designing an efficient database for a game requires a sound understanding of both game development and database design. Here are some key points to consider: Define Your Data: …

Refresh