first commit

This commit is contained in:
meninjar
2026-04-14 01:23:34 +00:00
commit edfaa886ff
443 changed files with 1245931 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
echo "⚠️ scripts/grpc.sh is deprecated to avoid code duplication."
echo "To generate gRPC protobuf files, handlers, and mappers dynamically based on the database schema, please use scripts/context.sh instead."
echo ""
echo "Usage example:"
echo " ./scripts/context.sh -s path/to/sql -d your/module/dir -g grpc"
echo " ./scripts/context.sh -s path/to/sql -d your/module/dir -g all"
exit 1