The README now includes a new "Building" section with build command and dependency list, and moves the "Thread safety" section after "Design choices" for better logical flow. The caution about missing rlib.h has been removed.
The README now includes a full project description explaining the SORM (SQL ORM) philosophy, thread safety considerations, design choices favoring native types for cross-language compatibility, and detailed C API examples covering connection, table creation, and query execution. Also adds Python support documentation with variadic function calling patterns through ctypes.