https://github.com/red-data-tools/activerecord-adbc-adapter
ADBC based Active Record adapter
https://github.com/red-data-tools/activerecord-adbc-adapter
Last synced: about 1 year ago
JSON representation
ADBC based Active Record adapter
- Host: GitHub
- URL: https://github.com/red-data-tools/activerecord-adbc-adapter
- Owner: red-data-tools
- License: mit
- Created: 2023-04-22T08:37:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T23:49:49.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T19:48:42.924Z (over 1 year ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Active Record ADBC adapter
## Description
Active Record ADBC adapter provides an ADBC adapter for Active Record.
This adapter is optimized for extracting and loading large data
from/to DBs. The optimization is powered by Apache Arrow.
## Install
TODO
## Usage
TODO
## License
The MIT license. See `LICENSE.txt` for details.