Register job directly in database

Hello,

I want to know if is it possible to register a job directly in database without using Hangfire AddOrUpdate() per exemple. It’s because i want to replace Quartz and minimze a quantity of change to make in the current system.