Results 8 comments of watsy0007

@rudyryk the same error. ``` >>> import peewee_async >>> peewee_async.__version__ '0.6.0a' ```

@42thcoder yes. https://github.com/watsy0007/crawl_station

公司: 金色财经 地点: 北京 练习方式: [email protected] 客户端版本: v1.2.4 场景与规模: 直播推送与实时消息异步分发处理方案调研. 计划使用顺序消息, 广播消息, k8s集群方案, 目前还在实验阶段, 还未大规模上线

```python from fastapi import FastAPI from databases import Database from os import environ as env database = Database(env.get('DB_URL', 'mysql://root:@127.0.0.1:3306/db'), min_size=5, max_size=10) app = FastAPI() @database.transaction() async def blocked(): return {}...

@the-destro https://pola-rs.github.io/polars/py-polars/html/reference/io.html#delta-lake Is `scan_delta`, `read_delta` and `DataFrame.write_delta()` these 3 functions ? https://github.com/pola-rs/polars/blob/40d3e0818408d836abf6c31146a3f69fd628f0fb/py-polars/polars/io/delta.py#L295 > Make sure to install deltalake>=0.8.0. Read the documentation `here `_. The rust package repository is https://github.com/delta-io/delta-rs

> Btw, isn't delta-lake storage pretty much Parquet files? Could you access them directly instead? Writing them would be a bit more complicated though. Yes, that's correct. In our company,...

thanks for reply, are there any plan to support more architectures?