Skip to content

Latest commit

 

History

History
37 lines (36 loc) · 805 Bytes

TODO.md

File metadata and controls

37 lines (36 loc) · 805 Bytes
  • multi-threaded clients

  • kvc

  • fork

    • kvd
    • kvr
  • CRUD

    • Create
    • Read
    • Update
    • Delete
  • Operations

    • Drop
    • Unique constraint
    • Count table
    • Count for one index
    • Bulk
  • [] several indexes

  • Database admin.

    • Manage several tables
    • Manage several database
    • Create database
    • Drop database
    • Create table
    • Drop table
  • Security

    • Authentication
    • SSL
  • Persistence

    • Persistence agent
  • directories

  • API

    • json command
      • FIX: received JSON contains unecessary extra double quotes
        • Ex: "COUNT" instead of COUNT
        • Ex: INSERT 14 "asas" (see Makefile, make test_api)
    • [] Make API call from lispweb