EnfusionDatabaseFramework icon indicating copy to clipboard operation
EnfusionDatabaseFramework copied to clipboard

A database framework to connect the Enfusion engine with SQL-, document- and local file databases.

Results 12 EnfusionDatabaseFramework issues
Sort by recently updated
recently updated
newest added

- WB plugin to migrate also? Or migrator component? How would it active deactivate? Game mode dev decides their user should migrate from json to bin files instead and wants...

enhancement

Update sorter for when https://feedback.bistudio.com/T174284 and https://feedback.bistudio.com/T174285 are resolved: 5ef7762

enhancement

Once https://feedback.bistudio.com/T174034 or https://feedback.bistudio.com/T174035 are added we can stop using JSON for db entity copies and use the much faster shallow clones with recursive calls to create a deep copy.

enhancement

Hey @Arkensor, really appreciate this framework, I'm currently also thinking about a good persistence solution for the Enfusion engine and stumbled across the NOSQL CouchDB, which seems to be a...

Need to check what drivers work on xbox (as host) and if something is not working add hard errors and warnings behinds platform defines and add documentation about them not...

documentation
enhancement

We had to give up on the implementation because queries that use sorting or order would have difficulties merging in memory-buffered results correctly. See if we can come up with...

enhancement

Think about if a db entity should be able to mention another entity by id so that on load from db or on lazy access on the property the relation...

enhancement

- add vanilla cloud save as one potential backend - https://enfusionengine.com/api/redirect?to=enfusion://ScriptEditor/Scripts/Game/GameMode/SaveLoad/SCR_SaveLoadComponent.c;69

enhancement

Maybe it is needed to count or remove by condition for db interactions so see if we want to add them into the driver and context api or not

enhancement