Skip to content
View pacman82's full-sized avatar
  • Aleph Alpha

Highlights

  • Pro

Block or report pacman82

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. atoi-rs Public

    Parse integers directly from `[u8]` slices in safe code

    Rust 57 10

  2. throttle Public

    A semaphore service for distributed systems

    Rust 37 5

  3. odbc-sys Public

    FFI (Foreign Function Interface) bindings for ODBC (Open Database Connectivity) for Rust.

    Rust 28 21

  4. odbc2parquet Public

    A command line tool to query an ODBC data source and write the result into a parquet file.

    Rust 235 20

  5. odbc-api Public

    ODBC (Open Database Connectivity) bindings for Rust.

    Rust 155 23

  6. arrow-odbc-py Public

    Read Apache Arrow batches from ODBC data sources in Python

    Python 65 6

1,076 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing pacman82's contributions from March 31, 2024 to April 06, 2025. The contributions are 91% commits, 7% pull requests, 1% code review, 1% issues.

Contribution activity

April 2025

Created an issue in jboscolo/turbodbc_long_strings_testing that received 3 comments

Works with arrow odbc

from arrow_odbc import insert_into_table, read_arrow_batches_from_odbc import pyarrow as pa import pyodbc LONG_STRING_FOR_TESTING = 'ûéH'*556 CONNE…

3 comments
Loading