Skip to content

SweeneyThreads/ActorbaseDriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actorbase JVM driver connector

This is the source code of the JVM driver connector for Actorbase.

Compile the code

  • Open a terminal and go to the source folder
  • run: sbt compile

Use the JVM driver

Create a new connection: val connection = Driver.connect("address", port, "username", "password")

Execute a query: connection.executeQuery("Query")

Close the connection: connection.closeConnection()

About

This is the source code of the JVM driver connector for Actorbase.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages