@@ -20,7 +20,7 @@ import "github.com/chdb-io/chdb-go/chdb"
20
20
21
21
22
22
<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 > )
24
24
25
25
``` go
26
26
func Query (queryStr string , outputFormats ...string ) (result chdbpurego .ChdbResult , err error )
@@ -29,7 +29,7 @@ func Query(queryStr string, outputFormats ...string) (result chdbpurego.ChdbResu
29
29
Query calls query\_conn with a default in\-memory session and default output format of "CSV" if not provided.
30
30
31
31
<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>)
33
33
34
34
35
35
@@ -40,7 +40,7 @@ type Session struct {
40
40
```
41
41
42
42
<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 > )
44
44
45
45
``` go
46
46
func NewSession (paths ...string ) (*Session , error )
@@ -49,7 +49,7 @@ func NewSession(paths ...string) (*Session, error)
49
49
NewSession 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.
50
50
51
51
<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>)
53
53
54
54
```go
55
55
func (s *Session) Cleanup()
@@ -58,7 +58,7 @@ func (s *Session) Cleanup()
58
58
Cleanup closes the session and removes the directory.
59
59
60
60
<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>)
62
62
63
63
```go
64
64
func (s *Session) Close()
@@ -71,7 +71,7 @@ temporary directory is created when NewSession was called with an empty path.
71
71
```
72
72
73
73
<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>)
75
75
76
76
```go
77
77
func (s *Session) ConnStr() string
@@ -80,7 +80,7 @@ func (s *Session) ConnStr() string
80
80
81
81
82
82
<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>)
84
84
85
85
```go
86
86
func (s *Session) IsTemp() bool
@@ -89,7 +89,7 @@ func (s *Session) IsTemp() bool
89
89
IsTemp returns whether the session is temporary.
90
90
91
91
<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>)
93
93
94
94
```go
95
95
func (s *Session) Path() string
@@ -98,7 +98,7 @@ func (s *Session) Path() string
98
98
Path returns the path of the session.
99
99
100
100
<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>)
102
102
103
103
```go
104
104
func (s *Session) Query(queryStr string, outputFormats ...string) (result chdbpurego.ChdbResult, err error)
0 commit comments