Skip to content

UE5 database connectors and virtual file map plugin. (OLEDB, LevelDB, LMDB, SQLite, PostgreSQL, Mongo, Redis)

License

Notifications You must be signed in to change notification settings

Frozen-Projects/FF_DB_Connectors

Repository files navigation

FF DB CONNECTORS

Virtual File System (Windows Only)

You have a file or buffer and you want to share them with other processes/apps on same computer with memory address pointing (CreateFileMappingW) and without actual file I/O. But other processes should have correct reading functions.