A convenience R6 class framework around DBI that provides classes for connection, db, table, … with methods around SQL verbs create, insert, update, delete, select, … and many more. db: A ...
create table snapdeal_orders ( order_Id int, order_date date, product_name varchar(50), total decimal(10,2), payment_method varchar(30), discount INT, category varchar, primary key ...