Skip to content

db operations test and bug fix #1

@straceX

Description

@straceX
  • sqllitedb(const std::string &dbname);
  • sqllitedb(const sqllitedb &sqllitedbObj);
  • sqllitedb &operator=(const sqllitedb &sqllitedbObj);
  • std::string db_version();
  • bool sqllitedb::table_row_count(std::string table_name,int &row_count);
  • bool sqllitedb::db_table_list();
  • bool exec_querry(std::string querry);
  • bool create_table(std::string querry);
  • bool update_table(std::string querry);
  • bool delete_table(std::string querry);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions