You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently we are using raw sqlite without any ORM, and with time complexity of this method is increasing and its hard to write query for every little thing, and more prone to errors
proposal
currently we are using raw sqlite without any ORM, and with time complexity of this method is increasing and its hard to write query for every little thing, and more prone to errors
we should switch to an ORM instead.