SQLite

Open Beginner friendly
#939 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
76/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Quiet
Tech stack
sqlite
Domain
tooling

Research direction

Start by reviewing the repository's existing file-detection rules and how regex patterns are represented. Add SQLite coverage for the DLL and database filename patterns described in the issue, then check the SteamDB depot examples to confirm the rules identify the intended files without unrelated matches.

Written by the indexing model from the issue text.

Description

Type: SDK
Some reference to the SDK, such as the developer site or a wikipedia article.

I've seen a few games use SQLite, it seems easy and clear enough to detect.

SteamDB links

https://steamdb.info/depot/1145363/
https://steamdb.info/depot/739631/

Possible way to detect it

The rules that can probably find this pretty well:

^.*sqlite.*\.dll$ (Examples: sqlite.dll, sqlite3.dll, sqlite3_x86.dll, win_sqlite3.dll, e_sqlite3.dll, msys-sqlite3.0.dll, System.Data.sqlite3.dll, Microsoft.Data.sqlite.dll)
Actual database files if the library is statically linked (Only finds if it were used for game content storage, which is interesting in its own way.)
^.*\.sqlite\d?$ (Examples: db.sqlite, my_content_storage.sqlite, db.sqlite3)

Dominant language
PHP
Stars
234
Forks
112
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from SteamDatabase/FileDetectionRuleSets

All issues in SteamDatabase/FileDetectionRuleSets

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.