Commit Graph

5 Commits

Author SHA1 Message Date
b9e687ebdb chore: fix grammar and phrasing errors in README documentation files 2024-11-22 13:45:03 +00:00
1da30958d1 docs: fix formatting of code literals and casing in README examples 2024-11-22 13:45:03 +00:00
f81ad80fa6 docs: add language identifier to C code blocks in README examples 2024-11-22 13:45:03 +00:00
e58479ccd1 docs: add comprehensive project overview, setup instructions, and C/Python API examples to README
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.
2024-11-22 13:45:03 +00:00
0f0657496b feat: add initial project scaffold with clang-format, gitignore, Makefile, core C headers, main entry, Python bindings, and dynamic library build 2024-11-22 13:45:03 +00:00