stijnsanders / TRethinkDB

Delphi RethinkDB driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Delphi RethinkDB driver

License:MIT License


Languages

Language:Pascal 100.0%Language:Batchfile 0.0%