Aerospike DB connection
已回答
Is there a way we can connect to Aerospike DB using datagrip ?
Thanks in advance.
请先登录再写评论。
Yes. It is needed to download JDBC driver and add it to DataGrip:
JDBC Driver: https://github.com/aerospike/aerospike-jdbc
Instructions: https://www.jetbrains.com/help/datagrip/other-databases.html#creating-data-sources-from-drivers-with-basic-support
Thanks Konstantin Annikov , it worked .