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)
- Host: GitHub
- URL: https://github.com/frozen-projects/ff_db_connectors
- Owner: Frozen-Projects
- License: other
- Created: 2025-08-22T01:30:46.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T17:23:02.000Z (about 1 month ago)
- Last Synced: 2025-08-27T00:17:10.934Z (about 1 month ago)
- Topics: database, database-access, database-connector, leveldb, lmdb, mongodb, nosql, oledb, postgresql, redis, sql, sqlite, ue5, ue5-plugin, virtualfilesystem
- Language: C++
- Homepage:
- Size: 3.31 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.