RaimaDB SQL Engine Library

The RaimaDB SQL Engine library is the main SQL processor for SQL common to all RaimaDB SQL implementations.

Reentrancy
The rsql library is by design reentrant but uses libraries that by themselves may not be reentrant.
Library dependencies
Library File Names
File Name Where it is used
librdmrsql.a Static library used during compile for cross-compile targets
librdmrsql.so Library used during compile on Unix
librdmrsql.so Used by runtime link-loader when executing on Unix
rdmrsql.lib Library used during compile on Windows
rdmrsql.dll Used by runtime link-loader when executing on Windows
* Other extensions may be used depending on target platform