SQLite
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
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from SteamDatabase/FileDetectionRuleSets
-
False positive
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
SteamDatabase/FileDetectionRuleSets#928 · 1 comment ·
-
Type: Engine
Difficulty 4/5 3-5 days Newbie friendliness 45/100
-
False negative
Difficulty 2/5 1-3 hours Newbie friendliness 55/100
-
Messiah Engine OpenType: Engine
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
False negative
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
All issues in SteamDatabase/FileDetectionRuleSets
Similar issues
-
priority: p3
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
googleapis/librarian#7636 ·
-
0. Needs triage bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
nextcloud/fulltextsearch#1011 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
phpstan/phpstan-doctrine#794 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
Automattic/static-site-importer#1767 ·