I want to create a Character Database RPG style

Hello, I’ve reached the part of my project when I need to create a database for my character (then enemies and so on) but have no idea whatsoever on how to approach it, I’m hoping I can make Database for a battle system like Castlevania SotN or dust an elysian tale that has name / stats / items / xp / skill trees.

Can anyone piont me in a direction as where to start please?

Thanks.

Google.

If you really need a local database, you could try SQLite. It’s not perfect but it will do what you need.