docs: update the titles for all files

This commit is contained in:
Karim shoair
2026-02-15 02:35:39 +02:00
parent c3374bce41
commit 7b4523af8e
14 changed files with 18 additions and 10 deletions
@@ -1,3 +1,5 @@
# Writing your retrieval system
Scrapling uses SQLite by default, but this tutorial shows how to write your own storage system to store element properties for the `adaptive` feature.
You might want to use Firebase, for example, and share the database between multiple spiders on different machines. It's a great idea to use an online database like that because spiders can share adaptive data with each other.
@@ -1,3 +1,5 @@
# Using Scrapling's custom types
> You can take advantage of the custom-made types for Scrapling and use them outside the library if you want. It's better than copying their code, after all :)
### All current types can be imported alone, like below