Browse Source

Update README.md

Volodymyr Tkach 2 years ago
parent
commit
9c45eb96fb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -35,6 +35,7 @@ sqlite3:///data/database.sqlite
 
 ```go
 DeleteRowByID(ctx context.Context, id int64, row any) error
+InsertRow(ctx context.Context, row any) error
 PrepareSQL(query string, args ...any) *common.Prepared
 QueryRowByID(ctx context.Context, id int64, row any) error
 RowExists(ctx context.Context, id int64, row any) bool