LevelDB usage in Xojo

Has anyone used LevelDB with Xojo across multiple platforms for GUI and Console programs ?

I’m considering using it as a large store of unique key/values, there will be millions of records and from what I’ve read LevelDB is well suited to this job.

I’m going to need to write programs to read and write the ‘simple tables’ provided by LevelDB in both GUI and Console programs on the Windows, Mac and Linux operating systems.

I’d appreciate any feedback on using LevelDB with Xojo.

I realise I’ll need to use declare’s to access the external functions and compile my wrappers separately on each target OS.