138 skills found · Page 2 of 5
Lukas-Schillinger / Django Queryset FeelerGet a feel for how Django queries your database. Profile query count, execution time, and raw SQL from the command line, IPython, or Jupyter. No configuration required.
salesforce / Formula EngineExtensible Formula Parser Engine with a Java, SQL, and Javascript execution engine.
mzarnitsa / PsqlNeovim (nvim) Postgres SQL query execution
dfinke / PSDuckDBPSDuckDB is a PowerShell module that provides seamless integration with DuckDB, enabling efficient execution of analytical SQL queries directly from the PowerShell environment.
M4xSec / BugDogA Powerfull BUG HUNTING TOOL. Supports SQL, XSS, PHP code execution, SSRF,.... I had Appended My Own Payloads which I had founded during my BUG Hunting Rest You can add Your CUSTOM payloads too ;)
char0n / Django Profilerdjango-profiler is util for profiling python code mainly in django projects but can be used also on ordinary python code. It counts sql queries a measures time of code execution. It logs its output via standard python logging library and uses logger profiling. If your profiler name doesn't contain any empty spaces e.g. Profiler('Profiler1') django-profiler will log all the output to the profiling.Profiler logger.
Iamanshuaditya / Postgresql Deep DiveMaster PostgreSQL Internals: A comprehensive deep-dive from SQL parsing to disk I/O. Covers MVCC, WAL, VACUUM, Indexing, and Query Execution.
wheattoast11 / Openrouter Deep Research MCPA multi-agent research MCP server + mini client adapter - orchestrates a net of async agents or streaming swarm to conduct ensemble consensus-backed research. Each task builds its own indexed pglite database on the fly in web assembly. Includes semantic + hybrid search, SQL execution, semaphores, prompts/resources and more
cuplv / Text To Sql WizardcoderLeveraging large language models for text-to-SQL synthesis, this project fine-tunes WizardLM/WizardCoder-15B-V1.0 with QLoRA on a custom Spider training dataset. The resultant model, achieves 61% execution accuracy, incorporating database context for validation.
tobilg / Sql Workbench EmbeddedLightweight JavaScript library that transforms static SQL code blocks into interactive, browser-based SQL execution environments using DuckDB WASM
jakubkozera / Vsc Ms Sql ManagerA comprehensive VS Code extension for managing Microsoft SQL Server databases with connection management, schema browsing, and query execution capabilities.
gruuya / Django Sql SnifferMinimally invasive analysis of SQL execution in a running process
ihejunqiu / PerformanceAnalyzerUnder the iOS platform, the analyzer is a tool which statistics CPU, FPS, Memory, Loading-Time and provides the output of statistical data. And contain SQL execution time monitor base on FMDatabase and UI refresh in main thread monitor
RafaelCartenet / MCP Databricks ServerModel Context Protocol (MCP) server for Databricks that empowers AI agents to autonomously interact with Unity Catalog metadata. Enables data discovery, lineage analysis, and intelligent SQL execution. Agents explore catalogs/schemas/tables, understand relationships, discover notebooks/jobs, and execute queries - greatly reducing ad-hoc query time.
acmestack / Gobatisgolang's ORM framework, similar to Java's Mybatis. supports direct execution of sql statements, xml, go template, and dynamic sql.
sekirkity / SeeCLRlyFileless SQL Server CLR-based Custom Stored Procedure Command Execution
snower / Syncany SqlSimple and easy-to-use sql execution engine
databrickslabs / LsqlLightweight SQL execution wrapper only on top of Databricks SDK
hudec / Sql ProcessorThe SQL Processor is an engine producing the ANSI SQL statements and providing their execution without the necessity to write Java plumbing code related to the ORM or JDBC API.
ciceksepetitech / SqlapiThe SQL API, designed for effortless execution of queries on databases, requires only a straightforward HTTP call, devoid of any additional configuration.