Plugins

12 plugins

Results for “ma”

148 skills
mariadb-corporation
Mariadb Create User
Documents MariaDB-specific CREATE USER syntax and behavior, including authentication chaining, TLS options, resource limits, password expiry, and account locking, to help write accurate statements.
0
mariadb-corporation
Mariadb Vector
Provides best practices for using MariaDB's built-in vector support for AI workloads, including SQL syntax for vector columns, indexes, distance functions, and RAG patterns.
0
microsoft
Azure Resource Manager SQL Dotnet
Manage Azure SQL resources (servers, databases, elastic pools, firewall rules, failover groups) using the Azure Resource Manager SDK for .NET.
2.7k · bundle
mariadb-corporation
Mariadb Truncate Table
Explains MariaDB-specific TRUNCATE TABLE semantics: DROP privilege, implicit commit, AUTO_INCREMENT reset, trigger and FK behavior, and restrictions on system-versioned tables and sequences.
0
mariadb-corporation
Mariadb REST Service Update Endpoints
Modify existing MariaDB REST Service endpoints using ALTER and DROP REST statements, including renaming request paths, enabling/disabling, publishing, and merging JSON options.
0
huggingface
Hf CLI
Manage Hugging Face Hub resources: download/upload models, datasets, spaces; manage repos, buckets, collections, discussions, and cache; run SQL queries on datasets; authenticate and manage tokens.
10.8k
mariadb-corporation
Mariadb Set Transaction
Explains MariaDB-specific SET TRANSACTION behavior, including scope rules, isolation levels, and innodb_snapshot_isolation conflict detection, to help write correct transaction statements and retry logic.
0
mariadb-corporation
Mariadb Aggregate Functions
Reference for MariaDB aggregate functions, covering counting, totals, extrema, string and bitwise aggregation, and statistical functions, with guidance on NULL handling and common pitfalls.
0
mariadb-corporation
Mariadb Control Flow Functions
Reference for MariaDB control-flow functions and operators, including IF(), IFNULL(), NULLIF(), COALESCE(), CASE, NVL2(), and DECODE_ORACLE, with guidance on correct usage and common pitfalls.
0
mariadb-corporation
Mariadb Alter Table
Documents MariaDB-specific ALTER TABLE syntax and behavior, including online DDL algorithms, lock modes, lock timeouts, idempotent subclauses, system versioning, and partition operations, for writing and reviewing schema migrations.
0
mariadb-corporation
Mariadb Encryption Functions
Reference for MariaDB's built-in encryption, hashing, and compression functions, covering AES_ENCRYPT/DECRYPT, SHA2, KDF, COMPRESS, and related functions, with guidance on correct usage and common pitfalls.
0
mariadb-corporation
Mariadb Insert
Documents MariaDB-specific INSERT syntax and behavior, including RETURNING, ON DUPLICATE KEY UPDATE, INSERT IGNORE, and various forms and modifiers, to help write and review INSERT statements.
0
mariadb-corporation
Mariadb Create Procedure
Documents MariaDB-specific CREATE PROCEDURE syntax, including OR REPLACE/IF NOT EXISTS exclusivity, DEFINER and SQL SECURITY behavior, parameter modes, DEFAULT values, advisory characteristics, privilege requirements, and the client-side DELIMITER convention.
0
mariadb-corporation
Mariadb Create Database
Provides MariaDB-specific syntax and behavior for CREATE, ALTER, and DROP DATABASE statements, including OR REPLACE vs IF NOT EXISTS, charset and collation defaults, and the absence of RENAME DATABASE.
0
mariadb-corporation
Mariadb Connector Cpp Usage
Covers MariaDB-specific behavior of the Connector/C++ sql:: API, including driver and connection setup, 1-based indexes, placeholder syntax, ResultSet iteration, raw pointer ownership, SQLString, autocommit, and exception handling.
0
mariadb-corporation
Mariadb Lock Tables
Explains MariaDB explicit table locking (LOCK TABLES/UNLOCK TABLES) and named user-level locks (GET_LOCK family), covering alias traps, implicit commits, and multi-lock semantics for writing or reviewing locking code.
0
mariadb-corporation
Mariadb Vector Functions
Reference for MariaDB's vector functions and VECTOR data type, covering VEC_Distance, VEC_Distance_Euclidean, VEC_Distance_Cosine, VEC_FromText, VEC_ToText, and MHNSW vector index usage for SQL queries over embeddings.
0
gabrielmoreira
Rnaseq De
Performs differential expression analysis on bulk RNA-seq or pseudo-bulk count matrices with QC, PCA, and contrast testing.
17 · bundle
gabrielmoreira
Surf
Access 83 unified crypto data endpoints covering CEX/DEX markets, on-chain SQL across 80+ blockchain tables, wallet labels, prediction markets, social intelligence, news, and DeFi metrics via a local HTTP API with per-call billing.
17
mariadb-corporation
Mariadb Date Time Functions
Reference for MariaDB's built-in date and time functions, covering current time, arithmetic, differences, extraction, parsing, formatting, Unix time, time-zone conversion, construction, and Oracle-compatible helpers, with guidance on version-specific behavior and common pitfalls.
0
microsoft
Azure Resource Manager Mysql Dotnet
Manage Azure MySQL Flexible Server deployments using the .NET SDK. Create servers, databases, firewall rules, configurations, backups, and configure high availability.
2.7k
microsoft
Azure Resource Manager Postgresql Dotnet
Manage Azure PostgreSQL Flexible Server deployments using the .NET SDK. Create servers, databases, firewall rules, configurations, backups, and high availability.
2.7k
majiayu000
Elasticsearch
Designs Elasticsearch indexes and mappings, tunes queries, sizes clusters, and handles operations like shard/replica strategy, ILM, monitoring, troubleshooting, and safe reindexing or upgrades.
567 · bundle
mariadb-corporation
Mariadb Information Functions
Reference for MariaDB information functions, covering session and server metadata such as LAST_INSERT_ID, ROW_COUNT, FOUND_ROWS, USER, and VERSION, with usage guidance for writing SQL that reads auto-increment IDs, row counts, and connection details.
0
cloudthinker-ai
Managing Neon
Manages Neon serverless Postgres databases via the neonctl CLI and Neon API, covering projects, branches, databases, roles, endpoints, and compute scaling with a discovery-first workflow.
7
mariadb-corporation
Mariadb REST Service Show
Browse and inspect MariaDB REST Service objects using read-only SHOW REST and SHOW CREATE REST statements to list services, schemas, views, procedures, functions, content sets, auth apps, roles, grants, and dump DDL for reverse-engineering or auditing.
0
google
Alloydb Basics
Manages AlloyDB for PostgreSQL clusters, instances, and backups using gcloud CLI commands.
14.4k · bundle
cloudthinker-ai
Managing Xata
Manages Xata serverless databases via the xata CLI and REST API, covering discovery of workspaces, databases, branches, tables, schema, migrations, and record counts with read-only operations.
7
mariadb-corporation
Mariadb Load Data
Explains MariaDB-specific syntax and behavior for LOAD DATA [LOCAL] INFILE and LOAD XML, including LOCAL vs server-side file handling, security and privilege requirements, default tab/newline parsing, duplicate and strict-mode caveats, IGNORE n LINES, user-variable SET transforms, CHARACTER SET clause, and priority.
0
itsmostafa
Rds
Manage AWS RDS relational databases: provision instances, configure backups, manage replicas, troubleshoot connectivity, and optimize performance.
1.1k · bundle
agentskillexchange
Dynamodb Manager
Sets up a Node.js project to use the AWS SDK for JavaScript v3 and make DynamoDB service calls.
28
github
Qdrant Performance Optimization
Optimize Qdrant vector search performance through indexing strategies, query tuning, memory management, and hardware considerations.
36.2k
sakamoto-family-smile
Mysql Patterns
Provides MySQL and MariaDB schema, query, indexing, transaction, replication, and connection-pool patterns for production backends.
0
google
Bigquery Basics
Manage datasets, tables, and jobs in BigQuery. Run SQL queries, manage BigQuery resources, and perform basic data ingestion and analysis.
14.4k · bundle
composiohq
Neon Automation
Automate Neon serverless Postgres operations: manage projects, branches, databases, roles, and connection URIs via the Composio MCP integration.
66.9k
composiohq
Turso Automation
Automate Turso database operations through Composio's Turso toolkit via Rube MCP, with tool discovery and connection management.
66.9k