Aerospike DB connection
Answered
Is there a way we can connect to Aerospike DB using datagrip ?
Thanks in advance.
Please sign in to leave a comment.
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 .