thomasd1 commited on
Commit
9689761
·
verified ·
1 Parent(s): e9e8ffe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ viewer: false
4
+ ---
5
+
6
+ # Aix-compatible Lichess database
7
+
8
+ This dataset contains the [Lichess database](https://database.lichess.org/) of 7+ billion chess games, but in a format queryable using [Aix](https://github.com/thomas-daniels/aix), with the `aixchess` extension for DuckDB.
9
+
10
+ Generated using [pgn-to-aix](https://github.com/thomas-daniels/aix/tree/main/pgn-to-aix).
11
+
12
+ See [my blog post](https://thomasd.be/2026/02/01/aix-storing-querying-chess-games.html) for more details.