module
Version:
v0.0.30
Opens a new window with list of versions in this module.
Published: Nov 27, 2021
License: AGPL-3.0
Opens a new window with license information.
README
¶
Packetframe API
Testing
Create a new postgres container:
docker run --name postgres -e POSTGRES_PASSWORD=api -e POSTGRES_USER=api -e POSTGRES_DB=api -p 5432:5432 -d postgres
Drop all tables for a clean database:
docker exec -it postgres psql --host localhost --username api --command 'DROP SCHEMA IF EXISTS public CASCADE; CREATE SCHEMA IF NOT EXISTS public;'
Directories
¶
cmd
|
|
|
|
|
|
internal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.