Skip to content

Instantly share code, notes, and snippets.

@monkut
Created November 8, 2023 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monkut/166922dcc33fd2261e6c6e0a8db31bc9 to your computer and use it in GitHub Desktop.
Save monkut/166922dcc33fd2261e6c6e0a8db31bc9 to your computer and use it in GitHub Desktop.
django/lambda/zappa table truncate test command
{
"raw_command": "from django.db import connection;c = connection.cursor();table = 'TABLENAME';sql = f'TRUNCATE TABLE {table} CASCADE';c.execute(sql)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment