Skip to content

Simple wrapped DB API for json flatfile database & potentially more backends.

License

Notifications You must be signed in to change notification settings

getnamo/BasicDatabase-Unreal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicDatabase-Unreal

Simple wrapped DB API for json flatfile database & potentially more backends.

Aims to solve the binary file database with source control development problem. Small changes in a big binary file requires full file commit in e.g. git lfs. Typically databases are stored separately from source control. This plugin suggests an alternative: you can include minimally changing flat files during development, tracking your database along with your source in history.

Ideally this plugin will later have a conversion system to convert storage to something more production ready such as sqlite3 and support something like json diffs. There are also possible binary diff systems that may be more appropriate when such systems get adopted by common source control systems.

Not yet functional see: #1 for progress.

About

Simple wrapped DB API for json flatfile database & potentially more backends.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published