Skip to content

finktek/egos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Egos - Event Sourcing library for GO

Table of Contents

Checkpoint Migration

To perform the checkpoint migration, execute the following SQL query:

For Postgres:

CREATE TABLE "checkpoints" (
    "id" text NOT NULL,
    "position" bigint NOT NULL,
    CONSTRAINT "checkpoints_id" UNIQUE ("id")
);```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages