Open Akash-Ramjyothi opened 2 years ago
Replaced the deprecated SQLBrite library (https://github.com/square/sqlbrite) with the same vendor that released the newer, SQLDelight library (https://github.com/square/sqldelight) as mentioned in (https://github.com/square/sqlbrite#deprecated) suitable for replacement. Followed the same implementation pattern as SQLBrite and replaced all references and usage with SQLDelight.
There are some CI checks failing. Can you give it a check and maybe fix it before it can be considered for being merged?
Sure @SebaDro sir.
Fixes: #947.
Description:
Replaced the deprecated SQLBrite library (https://github.com/square/sqlbrite) with the same vendor that released the newer, SQLDelight library (https://github.com/square/sqldelight) as mentioned in (https://github.com/square/sqlbrite#deprecated) suitable for replacement. Followed the same implementation pattern as SQLBrite and replaced all references and usage with SQLDelight.