Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.47 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.47 KB

Logo

Surreal .NET (unofficial)

An (unofficial) .NET wrapper around SurrealDB REST API.

NOTE: SurrealDB is not my idea, I'm just a guy trying to use it in my own projects. You can find everything about the project at SurrealDB's website (https://surrealdb.com).

Notice

Check out ProphetLamb's repo for RPC + REST implementation with full support be the Surreal community.

Table of contents

About The Project

This project is aimed to be a .NET wrapper around SurrealDB's REST API, it's still very much in open development (something is working but maybe not in the right way).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contributors

Mattia Ricci