GithubHelp home page GithubHelp logo

yoshikawa / mendan Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.28 MB

よしかわの面談( 1 on 1 )を楽しくするためのツール

License: MIT License

HTML 23.20% CSS 12.54% TypeScript 28.35% Rust 8.71% Dockerfile 7.59% Makefile 19.63%

mendan's Introduction

Hey 👋, I'm yoshikawa

Github

God dwells in the details. I look forward to your reviews and pull requests.

Top Langs mattn's github stats

mendan's People

Contributors

yoshikawa avatar

Watchers

 avatar  avatar

mendan's Issues

カレンダーを表示

🚀 Feature Request

詳細

行動を変える動機/ユースケースは何か?

予想される動作

実際の動作

再現手順(前提条件を含む)

dieselからSeaORMにライブラリを変更

🚀 Feature Request

詳細

dieselだと、非同期処理を対応していないっぽい

Rustの新しいORM「SeaORM」を試す | Zenn
Compare with Diesel | SeaORM

行動を変える動機/ユースケースは何か?

もしかしたら、負荷に耐えられないかもしれないので、早めにSeaORMを使う。
バックエンドはsqlxを使用し、データベースドライバはPostgreSQLを再利用。
非同期処理ランタイムはActixを利用。

予想される動作

sea_orm::Database::connect(&database_url).await.unwrap()

実際の動作

    //create connection manager for pool
    let manager = ConnectionManager::<PgConnection>::new(database_url);
    //connection pool
    r2d2::Pool::builder()
        .build(manager)
        .expect("failed to create pool")

再現手順(前提条件を含む)

GitHub ActionsでPostgreSQL環境を作成する

🚀 Feature Request

詳細

SeaORMの動作確認をするために、PostgreSQL環境が必要である。

そのため、GitHub ActionsでPostgreSQLを用意する。

行動を変える動機/ユースケースは何か?

DB周りのテストコードを書きたい気持ちがある。

予想される動作

SeaORMを用いたテストコードの作成

実際の動作

実装していない

再現手順(前提条件を含む)

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.