auro-orm / auro-engines

Engine for Auro ORM written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ 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.

About

Engine for Auro ORM written in Rust


Languages

Language:Rust 91.5%Language:JavaScript 8.5%