@@ -20,7 +20,7 @@ import "github.com/chdb-io/chdb-go/chdb"
2020
2121
2222<a name =" Query " ></a >
23- ## func [ Query] ( < https://github.com/agoncear-mwb /chdb-go/blob/main/chdb/wrapper.go#L8 > )
23+ ## func [ Query] ( < https://github.com/chdb-io /chdb-go/blob/main/chdb/wrapper.go#L8 > )
2424
2525``` go
2626func Query (queryStr string , outputFormats ...string ) (result chdbpurego .ChdbResult , err error )
@@ -29,7 +29,7 @@ func Query(queryStr string, outputFormats ...string) (result chdbpurego.ChdbResu
2929Query calls query\_conn with a default in\-memory session and default output format of "CSV" if not provided.
3030
3131<a name="Session"></a>
32- ## type [Session](<https:// github.com/agoncear-mwb /chdb-go/blob/main/chdb/session.go#L15-L20>)
32+ ## type [Session](<https:// github.com/chdb-io /chdb-go/blob/main/chdb/session.go#L15-L20>)
3333
3434
3535
@@ -40,7 +40,7 @@ type Session struct {
4040```
4141
4242<a name =" NewSession " ></a >
43- ### func [ NewSession] ( < https://github.com/agoncear-mwb /chdb-go/blob/main/chdb/session.go#L25 > )
43+ ### func [ NewSession] ( < https://github.com/chdb-io /chdb-go/blob/main/chdb/session.go#L25 > )
4444
4545``` go
4646func NewSession (paths ...string ) (*Session , error )
@@ -49,7 +49,7 @@ func NewSession(paths ...string) (*Session, error)
4949NewSession creates a new session with the given path. If path is empty, a temporary directory is created. Note: The temporary directory is removed when Close is called.
5050
5151<a name="Session.Cleanup"></a>
52- ### func \(\*Session\) [Cleanup](<https:// github.com/agoncear-mwb /chdb-go/blob/main/chdb/session.go#L78>)
52+ ### func \(\*Session\) [Cleanup](<https:// github.com/chdb-io /chdb-go/blob/main/chdb/session.go#L78>)
5353
5454```go
5555func (s *Session) Cleanup()
@@ -58,7 +58,7 @@ func (s *Session) Cleanup()
5858Cleanup closes the session and removes the directory.
5959
6060<a name="Session.Close"></a>
61- ### func \(\*Session\) [Close](<https:// github.com/agoncear-mwb /chdb-go/blob/main/chdb/session.go#L68>)
61+ ### func \(\*Session\) [Close](<https:// github.com/chdb-io /chdb-go/blob/main/chdb/session.go#L68>)
6262
6363```go
6464func (s *Session) Close()
@@ -71,7 +71,7 @@ temporary directory is created when NewSession was called with an empty path.
7171```
7272
7373<a name="Session.ConnStr"></a>
74- ### func \(\*Session\) [ConnStr](<https:// github.com/agoncear-mwb /chdb-go/blob/main/chdb/session.go#L88>)
74+ ### func \(\*Session\) [ConnStr](<https:// github.com/chdb-io /chdb-go/blob/main/chdb/session.go#L88>)
7575
7676```go
7777func (s *Session) ConnStr() string
@@ -80,7 +80,7 @@ func (s *Session) ConnStr() string
8080
8181
8282<a name="Session.IsTemp"></a>
83- ### func \(\*Session\) [IsTemp](<https:// github.com/agoncear-mwb /chdb-go/blob/main/chdb/session.go#L93>)
83+ ### func \(\*Session\) [IsTemp](<https:// github.com/chdb-io /chdb-go/blob/main/chdb/session.go#L93>)
8484
8585```go
8686func (s *Session) IsTemp() bool
@@ -89,7 +89,7 @@ func (s *Session) IsTemp() bool
8989IsTemp returns whether the session is temporary.
9090
9191<a name="Session.Path"></a>
92- ### func \(\*Session\) [Path](<https:// github.com/agoncear-mwb /chdb-go/blob/main/chdb/session.go#L84>)
92+ ### func \(\*Session\) [Path](<https:// github.com/chdb-io /chdb-go/blob/main/chdb/session.go#L84>)
9393
9494```go
9595func (s *Session) Path() string
@@ -98,7 +98,7 @@ func (s *Session) Path() string
9898Path returns the path of the session.
9999
100100<a name="Session.Query"></a>
101- ### func \(\*Session\) [Query](<https:// github.com/agoncear-mwb /chdb-go/blob/main/chdb/session.go#L56>)
101+ ### func \(\*Session\) [Query](<https:// github.com/chdb-io /chdb-go/blob/main/chdb/session.go#L56>)
102102
103103```go
104104func (s *Session) Query(queryStr string, outputFormats ...string) (result chdbpurego.ChdbResult, err error)
0 commit comments