Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ff-plugins-active/ff_db_ms_odbc
Microsoft ODBC API based ODBC plugin for Unreal Engine 5 and Windows platform.
https://github.com/ff-plugins-active/ff_db_ms_odbc
backend connector database mssql mysql odbc postgresql sql ue5 ue5-plugin ue5-project ue5-template
Last synced: about 1 month ago
JSON representation
Microsoft ODBC API based ODBC plugin for Unreal Engine 5 and Windows platform.
- Host: GitHub
- URL: https://github.com/ff-plugins-active/ff_db_ms_odbc
- Owner: FF-Plugins-Active
- License: mit
- Created: 2024-07-04T13:34:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T23:07:14.000Z (3 months ago)
- Last Synced: 2024-10-19T10:36:05.602Z (2 months ago)
- Topics: backend, connector, database, mssql, mysql, odbc, postgresql, sql, ue5, ue5-plugin, ue5-project, ue5-template
- Language: C++
- Homepage:
- Size: 353 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FF_DB_MS_ODBC
This is an ODBC plugin for Unreal Engine 5 and Windows platform.## THIRD PARTY LIBRARY
We used Microsoft Windows C++ ODBC API## INSTRUCTIONS
Add this to
```
Project/Source/ProjectName/ProjectName.build.cs
bEnableExceptions = true;
```