@3-/s3dist
```psql -- 清空表 DO $$ DECLARE r RECORD; begin FOR r IN (SELECT tablename FROM pg_tables WHERE schemaname = 'public') LOOP EXECUTE 'DROP TABLE IF EXISTS public.' || quote_ident(r.tablename) || ' CASCADE'; END LOOP; END $$;
Activity
- Latest release
- 2y ago
- Total releases
- 8
- Cadence
- ~daily
- Last 12 months
- 0
Details
- License
- Apache-2.0
- First release
- Apr 01, 2024
| Version | Released | |
|---|---|---|
0.2.1
minor
|
0.2.1
minor
Dependencies (18)
+ 10 more |
|
0.1.10
patch
|
0.1.10
patch
Dependencies (18)
+ 10 more |
|
0.1.9
patch
|
0.1.9
patch
Dependencies (18)
+ 10 more |
|
0.1.8
patch
|
0.1.8
patch
Dependencies (18)
+ 10 more |
|
0.1.7
patch
|
0.1.7
patch
Dependencies (18)
+ 10 more |
|
0.1.6
patch
|
0.1.6
patch
Dependencies (18)
+ 10 more |
|
0.1.5
patch
|
0.1.5
patch
Dependencies (18)
+ 10 more |
|
0.1.3
initial
|
0.1.3
initial
Dependencies (18)
+ 10 more |