Hi,

We have a service that uses Kea on the backend behind an internal REST API
that performs CRUD operations against the lease and reservation tables.

We're still using v1.8, but it uses bog standard INSERT/UPDATE/DELETE
statements.

IMO, you should know why want to do it this way. In our case, the
application was written a few years before hook libraries were available,
and it's one aspect of a larger server provisioning toolchain.

You can do it like we did, but you can quickly end up in the weeds if
you're not careful about how writes are handled.

cheers,
Klaus

On Wed, Jan 10, 2024 at 12:31 AM Nicolò Borghi <borghi.nic...@gmail.com>
wrote:

> Hi,
>
> I believe you are asking here how to handle the DB directly, therefore
> bypassing the paid hook libraries specific for this task.
>
> I'm not sure this sort of guidance will be offered here...
>
> Best,
> Nicolò.
>
>
> --
> ISC funds the development of this software with paid support
> subscriptions. Contact us at https://www.isc.org/contact/ for more
> information.
>
> To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users.
>
> Kea-users mailing list
> Kea-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/kea-users
>
-- 
ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.

To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users.

Kea-users mailing list
Kea-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to