Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert column names to snake_case in create_table function
- Updated the create_table function to convert column names from camelCase to snake_case before creating the SQLite table. - Included a new import for the camel_to_snake function to handle the conversion.
- Loading branch information