Wang Fenjin
Wang Fenjin
Also I create an issue in https://github.com/duckdb/duckdb/pull/3402 If we can support append string as timestamp it will make us easier
As we use arrow to query data #8 , so we don't need duckdb_value_* API, only need duckdb_bind_* to bind params
yes, thanks for point out. Still working on the types as actually duckdb is static typing but sqlite is dynamic, they are totally different. contribute are welcomed! related to #4
`.databases`: `SELECT name, file FROM pragma_database_list;`
We could choose to support some commands that's necessary for use in jupyter but doesn't straightforward support by the db, such as in this case .databases and .tables, you even...
看起来没有结巴分词用的那几个 dict/ 文件,所以结巴分词是应该是不能用的
We can download the dict/ files after app installed and first opened
@afex Please help take a look at this PR? Thanks.
Haven’t been supported in rust yet
you mean something like this? https://duckdb.org/docs/guides/python/sql_on_arrow Better share your python examples