An open API service indexing awesome lists of open source software.

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.

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).