https://github.com/Frozen-Archive/FF_DB_MS_ODBC
Microsoft ODBC API based ODBC plugin for Unreal Engine 5 and Windows platform.
https://github.com/Frozen-Archive/FF_DB_MS_ODBC
backend connector database mssql mysql odbc postgresql sql ue5 ue5-plugin ue5-project ue5-template
Last synced: 6 months ago
JSON representation
Microsoft ODBC API based ODBC plugin for Unreal Engine 5 and Windows platform.
- Host: GitHub
- URL: https://github.com/Frozen-Archive/FF_DB_MS_ODBC
- Owner: Frozen-Projects
- License: other
- Created: 2024-07-04T13:34:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T17:30:04.000Z (over 1 year ago)
- Last Synced: 2025-02-11T17:14:50.798Z (over 1 year ago)
- Topics: backend, connector, database, mssql, mysql, odbc, postgresql, sql, ue5, ue5-plugin, ue5-project, ue5-template
- Language: C++
- Homepage:
- Size: 354 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;
```