Documentation Index

sqlo documentation navigation.

πŸ“š Documentation Structure

πŸš€ Getting Started

πŸ“– Query Types

  • SELECT Queries - Complete SELECT functionality (WHERE, ORDER BY, LIMIT, DISTINCT, UNION, etc.)

  • INSERT Queries - Single/batch inserts, INSERT IGNORE, ON DUPLICATE KEY UPDATE

  • UPDATE Queries - UPDATE, SET, WHERE, LIMIT, ORDER BY

  • DELETE Queries - DELETE, WHERE, LIMIT, ORDER BY, safety best practices

πŸ”§ SQL Features

🎯 Find by Use Case

I want to…

πŸ†˜ Need Help?

  1. Check examples - Each document contains rich code examples

  2. Search docs - Use Ctrl+F to search for keywords

  3. Check tests - tests/unit/ directory contains more use cases

  4. Open an issue - If you find problems or have suggestions


Get started β†’ Getting Started