File: index-writers.rst

package info (click to toggle)
python-cogent 2024.5.7a1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 74,600 kB
  • sloc: python: 92,479; makefile: 117; sh: 16
file content (14 lines) | stat: -rw-r--r-- 261 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Writing Data 
============

.. _writers:
Apps with the type ``"writer"`` will write data to disk. Most cogent3 apps that are writers require a data store to write to.

.. toctree::
    :maxdepth: 1

    write-seqs
    write-tabular
    write-json
    write-db