https://github.com/lemalcs/bulk_insert_sqlserver_tiberius
Demo project that showcases the use of the Rust language to do bulk inserts into a SQL Server table.
https://github.com/lemalcs/bulk_insert_sqlserver_tiberius
rust-lang sqlserver tiberius
Last synced: 2 months ago
JSON representation
Demo project that showcases the use of the Rust language to do bulk inserts into a SQL Server table.
- Host: GitHub
- URL: https://github.com/lemalcs/bulk_insert_sqlserver_tiberius
- Owner: lemalcs
- Created: 2024-01-01T03:13:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T04:15:33.000Z (over 2 years ago)
- Last Synced: 2025-04-06T00:28:19.135Z (about 1 year ago)
- Topics: rust-lang, sqlserver, tiberius
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bulk insert in SQL Server with Rust
This project shows examples of how to perform bulk inserts in SQL Server using the Rust language and the [Tiberius crate](https://github.com/prisma/tiberius).
The code to create the tables in SQL server are located in the `tables.sql` file.
Find the steps to create the [bulk_insert_sqlserver_tiberius project from scratch in this post](https://medium.com/@lemalcs/use-rust-to-do-bulk-inserts-in-sql-server-c8cc4d3b6532).