Topic: database
93 skills in this topic.
-
storage-format
SQLite file format, B-trees, pages, cells, overflow, freelist that is used in tursodb
tursodatabase/turso 18,059
-
testing
How to write tests, when to use each type of test, and how to run them. Contains information about conversion of `.test` to `.sqltest`, and how to write `.sqltest` and rust tests
tursodatabase/turso 18,059
-
transaction-correctness
How WAL mechanics, checkpointing, concurrency rules, recovery work in tursodb
tursodatabase/turso 18,059
-
differential-fuzzer
Information about the differential fuzzer tool, how to run it and use it catch bugs in Turso. Always load this skill when running this tool
tursodatabase/turso 18,059
-
debugging
How to debug tursodb using Bytecode comparison, logging, ThreadSanitizer, deterministic simulation, and corruption analysis tools
tursodatabase/turso 18,059
-
code-quality
General Correctness rules, Rust patterns, comments, avoiding over-engineering. When writing code always take these into account
tursodatabase/turso 18,059
-
cdc
Change Data Capture - architecture, entrypoints, bytecode emission, sync engine integration, tests
tursodatabase/turso 18,059
-
async-io-model
Explanations of common asynchronous patterns used in tursodb. Involves IOResult, state machines, re-entrancy pitfalls, CompletionGroup. Always use these patterns in `core` when doing anything IO
tursodatabase/turso 18,059
-
databases
Master relational and NoSQL databases. Learn PostgreSQL, MySQL, MongoDB, Redis, and other technologies for data persistence, optimization, and scaling.
pluginagentmarketplace/custom-plugin-backend 1
-
api-design
Design and build professional APIs with REST, GraphQL, and gRPC. Master authentication, documentation, testing, and operational concerns.
pluginagentmarketplace/custom-plugin-backend 1
-
architecture
Master architectural design with SOLID principles, design patterns, microservices, and event-driven systems. Learn to design scalable backend systems.
pluginagentmarketplace/custom-plugin-backend 1
-
authentication
Backend authentication and authorization patterns. JWT, OAuth2, session management, RBAC, and secure token handling.
pluginagentmarketplace/custom-plugin-backend 1
-
observability
Logging, metrics, and distributed tracing. OpenTelemetry, Prometheus, Grafana, and production debugging.
pluginagentmarketplace/custom-plugin-backend 1
-
devops
Deploy applications with Docker and Kubernetes, automate with CI/CD, manage infrastructure with code, and configure cloud platforms and networking.
pluginagentmarketplace/custom-plugin-backend 1
-
languages
Master programming languages for backend development. Learn language selection, fundamentals, and ecosystem for JavaScript, Python, Go, Java, C#, PHP, Ruby, and Rust.
pluginagentmarketplace/custom-plugin-backend 1
-
messaging
Message queues and event-driven backend architecture. RabbitMQ, Kafka, pub/sub patterns, and async communication.
pluginagentmarketplace/custom-plugin-backend 1
-
microservices
Microservices architecture patterns and best practices. Service decomposition, inter-service communication, and distributed data management.
pluginagentmarketplace/custom-plugin-backend 1
-
testing
Backend testing strategies and test automation. Unit, integration, E2E, and load testing with best practices.
pluginagentmarketplace/custom-plugin-backend 1
-
security
Secure backend applications against OWASP threats. Implement authentication, encryption, scanning, compliance, and incident response procedures.
pluginagentmarketplace/custom-plugin-backend 1
-
performance
Optimize application performance through caching strategies, load balancing, database scaling, and monitoring. Build systems handling thousands of concurrent users.
pluginagentmarketplace/custom-plugin-backend 1
-
dbcli-view
Manage database views (CREATE/ALTER/DROP VIEW operations)
tteamtm/dbcli 7
-
dbcli-index
Manage database indexes (CREATE/DROP INDEX operations)
tteamtm/dbcli 7
-
dbcli-export-schema
Export database schema objects (procedures, functions, triggers, views, indexes) as SQL scripts for backup
tteamtm/dbcli 7
-
dbcli-export
Export table data as SQL INSERT statements from 30+ databases using DbCli. Essential for creating backups before dangerous modifications (UPDATE/DELETE/DROP). Use when user needs to backup data, migrate tables, or create portable SQL dumps.
tteamtm/dbcli 7