/TRethinkDB

Delphi RethinkDB driver

Primary LanguagePascalMIT LicenseMIT

Delphi RethinkDB driver

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