A Delphi driver for RethinkDB
Add these units to your project:
- jsonDoc.pas
- simpleSock.pas
- ProtBuf.pas
- ql2.pas
- RethinkDB.pas
- RethinkDBAuth.pas
From the RethinkDB unit use the TRethinkDBConnection object to open a connection to a RethinkDB server.
By default there is no r variable declared like with drivers for other languages, but if you want to, you can include this in your project: type r=TRethinkDB;
WARNING: The current version only works blocking, not asynchronous, and is not thread-safe.
See also
- Ten minute guide to RethinkDB
- DelphiProtocolBuffer for converting RethinkDB's
ql2.protointoql2.pas - jsonDoc repository
simpleSock.pasre-used from xxm and TMongoWire- yoy.be/md5 for SCRAM SHA256 HMAC PBKDF2