Skip to content

Commit

Permalink
Merge pull request AlexPikalov#304 from nkconnor/patch-1
Browse files Browse the repository at this point in the history
Fix README link for paged_query.rs
  • Loading branch information
AlexPikalov authored Dec 24, 2019
2 parents b115f7c + 2140a07 commit b036739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
- [`crud_operations.rs`](./crud_operations.rs) demonstrates how to create keyspace, table and user defined type. As well basic CRUD (Create, Read, Update, Delete) operations are shown;
- [`insert_collection.rs`](./insert_collection.rs) demonstrates how to insert items in lists, maps and sets;
- [`multiple_thread.rs`](./multiple_thread.rs) shows how to use CDRS in multi thread applications;
- [`paged_query.rs`](./multiple_thread.rs) uncovers query paging;
- [`paged_query.rs`](./paged_query.rs) uncovers query paging;
- [`prepare_batch_execute.rs`](./prepare_batch_execute.rs) provides an example of query preparation and batching;
- [`server_events.rs`](./server_events.rs) illustrates a process of server events (create table, schema change etc.) listening.

0 comments on commit b036739

Please sign in to comment.