SequoiaDB giant sequoia database-SecureSdb overviewOne

name

SecureSdb-SecureSdb object.

grammar

var securesdb = new SecureSdb( [hostname], [svcname] )

var securesdb = new SecureSdb( [hostname], [svcname], [username], [password] )

category

SecureSdb

description

Create a new SecureSdb object.

Note:

  1. SecureSdb is a subclass of Sdb, and objects of SecureSdb use SSL connections.

  2. Before using SecureSdb, you need to set the database configuration item --usessl=true, please refer to the configuration item parameters .

  3. The methods and syntax of the SecureSdb object and the Sdb object are the same.

  4. Currently only the Enterprise Edition supports the SSL function.

For more information, please click on the official website of Jushan Database

Guess you like

Origin blog.csdn.net/weixin_48909806/article/details/112622647