We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75387d2 commit 8eea3ffCopy full SHA for 8eea3ff
chdb-purego/chdb.go
@@ -149,6 +149,8 @@ func (c *connection) Ready() bool {
149
// NewConnection is the low level function to create a new connection to the chdb server.
150
// using NewConnectionFromConnString is recommended.
151
//
152
+// Deprecated: Use NewConnectionFromConnString instead. This function will be removed in a future version.
153
+//
154
// Session will keep the state of query.
155
// If path is None, it will create a temporary directory and use it as the database path
156
// and the temporary directory will be removed when the session is closed.
0 commit comments