How to use Nuget Package DLL in Fuse

I would like to create a JS Module for LiteDB. It is written in pure C# with .NET Standard 1.3, 2.0 support. I have downloaded the DLL and from what I could understand, I do not need to download anything else for the Android and iOS platforms. I have checked the documentation and could not find how to go about it.

i have tried the following but it could not find “LiteDB”

<Extensions Backend="CPlusPlus">
    <Require Assembly="LiteDB.dll" />
</Extensions>