Methods
Public Instance methods
adapter_name() [ source ]

Returns ‘FiberedPostgreSQL’ as adapter name for identification purposes.

begin_db_transaction() [ source ]
commit_db_transaction() [ source ]
connect() [ source ]
insert(sql, name = nil, pk = nil, id_value = nil, sequence_name = nil) [ source ]

Executes an INSERT query and returns the new record‘s ID, this wont work on earlier versions of PostgreSQL but they don‘t suppor the async interface anyway

rollback_db_transaction() [ source ]