namedb context api
New usage of namedb. Database pointer (data) is bundled together with api functions.
old:
api->txn_begin(db, &txn);```
new:
```namedb_begin_txn(db_ctx, &txn);```
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
New usage of namedb. Database pointer (data) is bundled together with api functions.
old:
api->txn_begin(db, &txn);```
new:
```namedb_begin_txn(db_ctx, &txn);```