llms.txt Content
# Oxla Developer Hub
## Docs
- [C# (Dapper - Npgsql)](https://docs.oxla.com/clients-tools/language-clients/dotnet-dapper.md)
- [Java (JDBC)](https://docs.oxla.com/clients-tools/language-clients/java-jdbc.md)
- [PHP (PDO)](https://docs.oxla.com/clients-tools/language-clients/php-pdo.md)
- [Psycopg2](https://docs.oxla.com/clients-tools/language-clients/psycopg2.md)
- [What is Oxla and why use it](https://docs.oxla.com/introduction/what-is-oxla-and-why-use-it.md)
- [OLTP vs. OLAP](https://docs.oxla.com/resources/oltp-vs-olap.md)
- [Oxla vs. PostgreSQL](https://docs.oxla.com/resources/oxla-vs-postgresql.md)
- [Access Control](https://docs.oxla.com/security/access-control.md)
- [Permission Rules for Operations](https://docs.oxla.com/security/operation-permission-rules.md)
- [Ownership](https://docs.oxla.com/security/ownership.md)
- [Privileges](https://docs.oxla.com/security/privileges.md)
- [Roles](https://docs.oxla.com/security/roles.md)
- [SSL Configuration](https://docs.oxla.com/security/ssl-configuration.md)
- [Comment Support](https://docs.oxla.com/sql-reference/comment-support.md)
- [SQL Reference](https://docs.oxla.com/sql-reference/overview.md)
- [Schema Definition](https://docs.oxla.com/sql-reference/schema.md)
- [FROM](https://docs.oxla.com/sql-reference/sql-clauses/from/from.md)
- [JOIN](https://docs.oxla.com/sql-reference/sql-clauses/from/join.md)
- [LEFT JOIN](https://docs.oxla.com/sql-reference/sql-clauses/from/left-join.md)
- [OUTER JOIN](https://docs.oxla.com/sql-reference/sql-clauses/from/outer-join.md)
- [RIGHT JOIN](https://docs.oxla.com/sql-reference/sql-clauses/from/right-join.md)
- [GROUP BY](https://docs.oxla.com/sql-reference/sql-clauses/group-by.md)
- [HAVING](https://docs.oxla.com/sql-reference/sql-clauses/having.md)
- [LIMIT](https://docs.oxla.com/sql-reference/sql-clauses/limit.md)
- [OFFSET](https://docs.oxla.com/sql-reference/sql-clauses/offset.md)
- [ORDER BY](https://docs.oxla.com/sql-reference/sql-clauses/order-by.md)
- [OVER / WINDOW]