Repository Analysis

electric-sql/pglite

Embeddable Postgres with real-time, reactive bindings.

0.1 Likely human-written View on GitHub
0.1
Adjusted Score
0.1
Raw Score
100%
Time Factor
2026-05-29
Last Push
15,318
Stars
TypeScript
Language
101,757
Lines of Code
431
Files
11
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 11

Pattern Findings

11 matches across 2 categories. Click a row to expand file-level details.

Hyper-Verbose Identifiers8 hits · 8 pts
SeverityFileLineSnippet
LOWpackages/pglite-repl/src/sqlSupport.ts291function describeCompletionsAutoComplete(
LOWpackages/pglite/src/parse.ts105export function parseDescribeStatementResults(
LOWpackages/pglite/src/templating.ts22function addToLastAndPushWithSuffix(
LOWpackages/pglite/src/live/index.ts797async function addNotifyTriggersToTables(
LOWpackages/pglite-sync/src/apply.ts234export async function applyMessagesToTableWithJson({
LOWpackages/pglite-sync/src/apply.ts287export async function applyMessagesToTableWithCopy({
LOWpackages/pglite-sync/src/subscriptionState.ts135export async function migrateSubscriptionMetadataTables({
LOWpackages/pglite-sync/src/subscriptionState.ts152function subscriptionMetadataTableName(metadataSchema: string) {
Over-Commented Block3 hits · 3 pts
SeverityFileLineSnippet
LOWpackages/pglite/src/argsParser.ts121 return { op: s }
LOWpackages/pglite/src/pglite.ts81 #extensionsClose: Array<() => Promise<void>> = []
LOWpackages/pglite/src/pglite.ts901 // we catch here only the "known" exceptions