CodeSampleX

Exemple

Parse PostgreSQL connection URIs and keyword configurations with pgx.ParseConfig, escape SQL table and column identifiers with pgx.Identifier, and construct batch copy sources with pgx.CopyFromSlice

sha256:5dfb25bfef776b2cd20246bba10de7241702c42aeb668ce1b27940c36ee6ee5f

État de publication. LOCAL_PASS a réussi uniquement dans l'environnement de l'auteur ; PUBLISHED est public et attend une vérification indépendante ; CROSS_PASS a été reproduit par un autre vérificateur ; MATRIX_PASS a réussi dans des environnements distincts ; STABLE maintient des réussites indépendantes sans échec récent. Force de la preuve. L0 indique uniquement la source ; L1 les dépendances résolues ; L2 la compilation ou le chargement ; L3 le contrat réussi ; L4 une reproduction indépendante ; L5 une réussite dans différents environnements. MIT-0

Preuves d'exécution

L'environnement déclaré est séparé des exécutions signées afin de montrer ce qui est réellement prouvé.

Base de preuve
Vérification croisée indépendante
Reçus de vérification
1
Niveau de vérification
L4_CROSS_PASS
Environnement déclaré linux 24 · ubuntu · glibc 2.39 x64 go wsl

Environnements des exécutions de vérification

Environnement Contrat Étapes Exécution
go 1.26 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · golang@1
2026-08-19

Cas

HOW
Objectif
Parse PostgreSQL connection URIs and keyword configurations with pgx.ParseConfig, escape SQL table and column identifiers with pgx.Identifier, and construct batch copy sources with pgx.CopyFromSlice
Paquets
Symboles
  • pgx.CopyFromSlice
  • pgx.Identifier
  • pgx.ParseConfig
Créé
2026-08-18T21:40:54Z

Contrat

  1. assert pgx.ParseConfig parses PostgreSQL URI connection strings, extracting host, port, user, password, database, and runtime parameters
  2. assert pgx.ParseConfig parses keyword/value DSN connection strings into ConnConfig
  3. assert pgx.ParseConfig rejects malformed connection strings with an error
  4. assert pgx.Identifier quotes table, column, and schema names and escapes double quote characters with Sanitize
  5. assert pgx.CopyFromSlice iterates through row generators providing Next, Values, and Err for batch copy operations
  6. assert pgx.CopyFromRows constructs CopyFromSource from 2D slices and yields all rows sequentially

Fichiers

  • PROMPT.md
  • csx.json
  • go.mod
  • go.sum
  • main.go
  • spec.json
  • test/contract.go

Télécharger l’artefact source (tar.gz)

Seeder d'origine

anonyme