Coder Social home page Coder Social logo

kaibyao / rust-postgres-rest Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 1.0 361 KB

Exposing your PostgreSQL database as a REST API.

License: MIT License

Rust 98.15% TSQL 1.85%
rust postgres postgresql rest rest-api restful-api api api-rest foreign-keys

rust-postgres-rest's Introduction

rust-postgres-rest

Libraries for exposing your PostgreSQL database as a REST API.

Libraries

  • postgres-rest-actix
    Use actix-web to serve a REST API for your PostgreSQL database.

  • postgres-rest
    Contains the functions necessary to turn a PostgreSQL database into a REST API. Used by postgres-rest-actix.

rust-postgres-rest's People

Contributors

kaibyao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

killix

rust-postgres-rest's Issues

Publish to crates.io

Whenever tokio-postgres v0.16 is out of release candidate status and rust-decimal is updated to support the new version, we can publish to crates.

Remove dependency: failure

I decided to use the failure crate for our errors as I was just starting to learn Rust at the time. Since then I've learned that it is probably better to just use std::error::Error and remove an unnecessary dependency.

Use const fn's

There's probably areas where we can have better performance by converting our functions/methods to const fn.

Dependabot couldn't fetch all your path-based dependencies

Dependabot couldn't fetch one or more of your project's path-based Rust dependencies. The affected dependencies were ../../../Misc/_delete/rust-decimal/Cargo.toml.

To use path-based dependencies with Dependabot the paths must be relative and resolve to a directory in this project's source code.

You can mention @dependabot in the comments below to contact the Dependabot team.

Dependabot couldn't fetch all your path-based dependencies

Dependabot couldn't fetch one or more of your project's path-based Rust dependencies. The affected dependencies were ../../../Misc/_delete/rust-decimal/Cargo.toml.

To use path-based dependencies with Dependabot the paths must be relative and resolve to a directory in this project's source code.

You can mention @dependabot in the comments below to contact the Dependabot team.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.