Oxla's 246-line llms.txt shows what thorough AI preparation looks like
Explore Oxla's Developer Hub for comprehensive documentation on C#, Java, PHP, and more. Seamlessly integrate with Docker and Amazon S3 today!
The Oxla Developer Hub provides comprehensive documentation for various programming languages, along with detailed guides for deploying Docker containers with cloud storage integrations. Readers can learn how to effectively utilize Oxla's tools to enhance their development workflow and cloud capabilities.
Key Insights
Focused approach
A streamlined 1-section structure keeps things simple and scannable.
Comprehensive detail
246 lines of thorough documentation for AI systems.
Two-file approach
Uses both llms.txt and llms-full.txt for different AI use cases.
llms.txt Preview
First 100 lines of 246 total
# Oxla Developer Hub
## Docs
- [Changelog](https://docs.oxla.com/changelog.md)
- [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)
- [Deploy Oxla Docker Container with Amazon S3 Integration](https://docs.oxla.com/cloud-storage/amazon-s3.md)
- [Deploy Oxla Docker Container with Microsoft Azure Blob Storage Integration](https://docs.oxla.com/cloud-storage/azure-blob-storage.md)
- [Deploy Oxla Docker Container with Google Cloud Storage Integration](https://docs.oxla.com/cloud-storage/google-cloud-storage.md)
- [Connecting Oxla to MinIO](https://docs.oxla.com/cloud-storage/minio.md)
- [Oxla Configuration File](https://docs.oxla.com/configuration-deployment/configuration/oxla-configuration-file.md)
- [Oxla cluster with host mounted network storage](https://docs.oxla.com/configuration-deployment/multi-node-deployment/host-mounted-network-storage.md)
- [Overview](https://docs.oxla.com/configuration-deployment/multi-node-deployment/overview.md)
- [What is Oxla and why use it](https://docs.oxla.com/introduction/what-is-oxla-and-why-use-it.md)
- [Public Metrics](https://docs.oxla.com/monitoring/public-metrics.md)
- [Oxla Product Roadmap](https://docs.oxla.com/product-roadmap.md)
- [Run Oxla in 2 minutes](https://docs.oxla.com/quickstart.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](https://docs.oxla.com/sql-reference/sql-clauses/over-window.md)
- [SQL CLAUSES](https://docs.oxla.com/sql-reference/sql-clauses/overview.md)
- [EXCEPT](https://docs.oxla.com/sql-reference/sql-clauses/set-operations/except.md)
- [INTERSECT](https://docs.oxla.com/sql-reference/sql-clauses/set-operations/intersect.md)
- [Overview](https://docs.oxla.com/sql-reference/sql-clauses/set-operations/overview.md)
- [UNION](https://docs.oxla.com/sql-reference/sql-clauses/set-operations/union.md)
- [WHERE](https://docs.oxla.com/sql-reference/sql-clauses/where.md)
- [WITH](https://docs.oxla.com/sql-reference/sql-clauses/with.md)
- [Array](https://docs.oxla.com/sql-reference/sql-data-types/array.md)
- [Bool](https://docs.oxla.com/sql-reference/sql-data-types/bool.md)
- [Data Type Operators](https://docs.oxla.com/sql-reference/sql-data-types/data-type-operators.md)
- [Date](https://docs.oxla.com/sql-reference/sql-data-types/date.md)
- [Interval](https://docs.oxla.com/sql-reference/sql-data-types/interval.md)
- [JSON](https://docs.oxla.com/sql-reference/sql-data-types/json.md)
- [Numeric](https://docs.oxla.com/sql-reference/sql-data-types/numeric-type/numeric.md)
- [Numeric Data Type - Aliases](https://docs.oxla.com/sql-reference/sql-data-types/numeric-type/numeric-data-type-aliases.md)
- [SQL DATA TYPES](https://docs.oxla.com/sql-reference/sql-data-types/overview.md)
- [Text](https://docs.oxla.com/sql-reference/sql-data-types/text.md)
- [Time](https://docs.oxla.com/sql-reference/sql-data-types/time-type/time.md)
- [Time Operators](https://docs.oxla.com/sql-reference/sql-data-types/time-type/time-operators.md)
- [Timestamp with Time Zone](https://docs.oxla.com/sql-reference/sql-data-types/timestamp-with-time-zone.md)
- [Timestamp Without Time Zone](https://docs.oxla.com/sql-reference/sql-data-types/timestamp-without-time-zone.md)
- [AVG](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/avg.md)
- [BOOL_AND](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/bool-and.md)
- [BOOL_OR](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/bool-or.md)
- [CORR()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/corr.md)
- [COUNT](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/count.md)
- [COVAR_POP()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/covar-pop.md)
- [COVAR_SAMP](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/covar-samp.md)
- [DISTINCT](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/distinct.md)
- [FOR_MAX()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/for-max.md)
- [FOR_MIN()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/for-min.md)
- [MAX](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/max.md)
- [MIN](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/min.md)
- [MODE()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/ordered-set-aggregate-functions/mode.md)
- [PERCENTILE_CONT()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/ordered-set-aggregate-functions/percentile-cont.md)
- [PERCENTILE_DISC()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/ordered-set-aggregate-functions/percentile-disc.md)
- [Overview](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/overview.md)
- [Overview](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/overview-statistics.md)
- [REGR_AVGX()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-avgx.md)
- [REGR_AVGY()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-avgy.md)
- [REGR_COUNT()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-count.md)
- [REGR_INTERCEPT()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-intercept.md)
- [REGR_R2()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-r2.md)
- [REGR_SLOPE()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-slope.md)
- [REGR_SXX()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-sxx.md)
- [REGR_SXY()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-sxy.md)
- [REGR_SYY()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-syy.md)
- [STDDEV()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/stddev.md)
- [STDDEV_POP()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/stddev-pop.md)
- [STDDEV_SAMP()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/stddev-samp.md)
- [SUM](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/sum.md)
- [VAR_POP()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/var-pop.md)
- [VAR_SAMP()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/var-samp.md)
- [VARIANCE()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/variance.md)
- [IF Function](https://docs.oxla.com/sql-reference/sql-functions/boolean-functions/if-function.md)
- [IS DISTINCT FROM Operator](https://docs.oxla.com/sql-reference/sql-functions/boolean-functions/is-distinct-from-operator.md)
- [IS NOT DISTINCT FROM Operator](https://docs.oxla.com/sql-reference/sql-functions/boolean-functions/is-not-distinct-from-operator.md)
- [JSON_ARRAY_EXTRACT](https://docs.oxla.com/sql-reference/sql-functions/json-functions/json-array-extract.md)Oxla is set up. Is yours?
Check your AI readiness in 30 seconds. See who AI recommends in your space. Free, no signup.
1000+ sites already set up
Oxla is ready for AI. Are you?
Check your AI readiness score in 30 seconds — free, no signup required. Then generate your own llms.txt and start tracking your visibility.