An open API service indexing awesome lists of open source software.

https://github.com/frozen-projects/ff_db_connectors

UE5 database connectors and virtual file map plugin. (OLEDB, LevelDB, LMDB, SQLite, PostgreSQL, Mongo, Redis)
https://github.com/frozen-projects/ff_db_connectors

database database-access database-connector leveldb lmdb mongodb nosql oledb postgresql redis sql sqlite ue5 ue5-plugin virtualfilesystem

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.