NetDB
Need to (securely) connect to a PostgreSQL database? NetDB is here to help!
What is NetDB?
NetDB is an Unreal Engine plugin that allows you to easily communicate with a PostgreSQL using blueprints. Securely connect to a database, execute a query and get the resulting rows can be done using only a few nodes, and if you want, it can be done asynchronously too. NetDB even supports prepared queries so you don’t have to worry about SQL injections!
Feature List
- Prepared queries
- PostgreSQL support
- Asynchronous functionality
- Easily itterable result system
- Executing SQL
- Node for getting the datatype of a column
- Getting a row as any of 5 datatypes (Character, String, Float, Integer & Boolean)!
- Transparent casting between the above 5 datatypes
- More!
