/StockfishDB

Making a database in C++ for fun

Primary LanguageC++

StockfishDB

StockfishDB is a database application created in C++ for learning purposes and fun. It allows users to store and manage information.

Features - to be implemented

  • Add: Easily add new stockfish entries to the database with relevant information.
  • Search: Search for stockfish entries based on various criteria such as species, habitat, size, etc.
  • Update: Modify existing stockfish entries to keep the database up to date.
  • Delete: Remove stockfish entries when they are no longer needed or relevant.
  • Data Management: Efficiently manage a collection of stockfish data.