Skip to content

auro-orm/auro-engines

Repository files navigation

🚀 Auro ORM Engine (Internal Use Only) 🛠️

Rust JavaScript TypeScript PostgreSQL

The Auro ORM Engine is a Rust-based engine designed exclusively for internal use within our organization. It enhances Object-Relational Mapping (ORM) functionality in JavaScript and TypeScript projects, providing seamless integration with PostgreSQL databases.

🚀 Features

  • Rust-Powered: Leveraging the performance and safety features of Rust, the Auro ORM Engine enhances our JavaScript and TypeScript projects.

  • ORM Compatibility: Designed to complement our existing ORM solutions, this engine extends our ORM's capabilities for PostgreSQL database interactions.

  • PostgreSQL Support: Provides specialized support for PostgreSQL as the primary database backend.

🛠️ Installation

This package is used exclusively for Auro ORM, but if you find some usage for the package, you can install it via yarn, npm, or pnpm.

🤝 Contributing

Contributions to the Auro ORM Engine are welcome from our internal team members only. If you'd like to contribute, please follow these guidelines:

  • Fork the repository.
  • Create a feature branch (git checkout -b feature/your-feature-name).
  • Make your changes and commit them (git commit -am 'Add some feature').
  • Push to the branch (git push origin feature/your-feature-name).
  • Create a pull request.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

📧 Contact

If you have any questions or need assistance, feel free to contact the project maintainer:

🙌 Acknowledgments

Special thanks to aws_sdk_rdsdata for the library they made because without it, it would be a lot harder to make this one. We also extend our gratitude to the Rust, JavaScript, TypeScript, and PostgreSQL communities for their continuous contributions and support.