Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 386 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 386 Bytes

nimspike

Aerospike Nim Client

very very very wip, bc only "backend" is in development, "frontend" is not started yet

how to make it work ??

you need to install C client shared library

on linux:

  • clone c client repo
  • build with make [specify eventlib if you need]
  • run install script make install with sudo privileges