tursodatabase/turso

CPython support

Open

#128 建立於 2024年7月12日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)Rust (1,001 fork)github user discovery
enhancementhelp wanted

倉庫指標

Star
 (19,103 star)
PR 合併指標
 (PR 指標待抓取)

描述

This is going to be a huge task, but the goal is to be able to build CPython using Limbo's SQLite compatibility library.

You can build Python with Limbo as follows:

git clone --depth 1 https://github.com/python/cpython.git
cd python
export LIBSQLITE3_LIBS=<LIMBO SOURCES>/target/debug/liblimbo_sqlite3.a
./configure
make -j8

I already added bunch of stubs to make it link, but there's tons of stuff to implement:

https://github.com/penberg/limbo/commit/17137ec458a9eed0eddc16d21e7ea457b057be36

貢獻者指南