wold9168 opened a new issue, #141:
URL: https://github.com/apache/iotdb-client-go/issues/141

   After running `example/session_example.go`, you will notice the following 
databases appear in the IoTdb instance.
   
   ```
   root@iotdb-service:/iotdb/sbin# show databases
   bash: show: command not found
   root@iotdb-service:/iotdb/sbin# ./start-cli.sh
   ---------------------
   Starting IoTDB Cli
   ---------------------
    _____       _________  ______   ______    
   |_   _|     |  _   _  ||_   _ `.|_   _ \   
     | |   .--.|_/ | | \_|  | | `. \ | |_) |  
     | | / .'`\ \  | |      | |  | | |  __'.  
    _| |_| \__. | _| |_    _| |_.' /_| |__) | 
   |_____|'.__.' |_____|  |______.'|_______/  version 2.0.5 (Build: 0917050)
                                              
   
   Successfully login at 127.0.0.1:6667
   IoTDB> show databases
   
+--------+-----------------------+---------------------+-------------------+---------------------+
   
|Database|SchemaReplicationFactor|DataReplicationFactor|TimePartitionOrigin|TimePartitionInterval|
   
+--------+-----------------------+---------------------+-------------------+---------------------+
   |root.al1|                      1|                    1|                  0| 
           604800000|
   | root.ln|                      1|                    1|                  0| 
           604800000|
   |root.sg1|                      1|                    1|                  0| 
           604800000|
   
+--------+-----------------------+---------------------+-------------------+---------------------+
   Total line number = 3
   It costs 0.025s
   ```
   
   By default, there are no databases in an IoTdb instance. The databases 
mentioned in the previous output must have been created as a side effect of 
`example/session_example.go`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to