crown icon indicating copy to clipboard operation
crown copied to clipboard

crown is a simple and small ORM forTDengine(TSDB)

Results 6 crown issues
Sort by recently updated
recently updated
newest added

```python class Meters(SuperModel): gps = NCharField(db_column='gps') class Meta: database = db db_table = 'meters' groupid = NCharField(db_column='gid') if __name__ == '__main__': Meters.create_table(safe=True) ``` 此时的sql被错误解析为 ```sql CREATE TABLE "orc.meters" ("ts" TIMESTAMP,...

既然是restful接口 能否用类似于aiohttp的封装 实现异步化

在创建子表时,拼接的sql中没有use database-name,通过htttp post会导致报错,报错为:tags数量不匹配

作者开源的项目很棒,现在mac上面已经可以使用原生的连接器了,是否可以添加原生连接?