#pragma once

// Include Node.js headers
#include <napi.h>

// Include platform and ODBC common headers
#include "include/common/platform.h"
#include "include/common/odbc_common.h"
#include "include/odbc/odbc_handles.h"
#include "include/odbc/OdbcError.h"

// Include any other headers needed by most files
// Add your project-specific headers here

// Define any project-wide constants or macros
#define DEBUG_LOG(msg) /* Add your logging implementation here */