Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
test_container_protocol_standalone.cpp File Reference

Go to the source code of this file.

Functions

int main ()
 Standalone test for container protocol (Phase 1 POC Validation)
 

Function Documentation

◆ main()

int main ( )

Standalone test for container protocol (Phase 1 POC Validation)

This standalone version tests only the protocol serialization/deserialization without requiring full database library (which depends on network_system).

Definition at line 269 of file test_container_protocol_standalone.cpp.

269 {
270 std::cerr << "Container system not enabled. Compile with -DUSE_CONTAINER_SYSTEM=ON" << std::endl;
271 return 1;
272}