https://github.com/Frozen-Projects/FF_DB_MS_ODBC
Microsoft ODBC API based ODBC plugin for Unreal Engine 5 and Windows platform.
https://github.com/Frozen-Projects/FF_DB_MS_ODBC
backend connector database mssql mysql odbc postgresql sql ue5 ue5-plugin ue5-project ue5-template
Last synced: about 1 year ago
JSON representation
Microsoft ODBC API based ODBC plugin for Unreal Engine 5 and Windows platform.
- Host: GitHub
- URL: https://github.com/Frozen-Projects/FF_DB_MS_ODBC
- Owner: FF-Plugins-Active
- License: mit
- Created: 2024-07-04T13:34:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T23:07:14.000Z (over 1 year ago)
- Last Synced: 2024-10-19T10:36:05.602Z (over 1 year 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;
```