Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap #1

Open
29 of 44 tasks
zitsen opened this issue Mar 4, 2016 · 0 comments
Open
29 of 44 tasks

Roadmap #1

zitsen opened this issue Mar 4, 2016 · 0 comments

Comments

@zitsen
Copy link
Owner

zitsen commented Mar 4, 2016

  • Database Engine Handle
    • unqlite_open
    • unqlite_config
    • unqlite_close
  • Key/Value Store Interfaces
    • unqlite_kv_store
    • unqlite_kv_append
    • unqlite_kv_store_fmt
    • unqlite_kv_append_fmt
    • unqlite_kv_fetch
    • unqlite_kv_fetch_callback
    • unqlite_kv_delete
    • unqlite_kv_config
  • Document Store (JSON via Jx9) Interfaces
    • unqlite_compile
    • unqlite_compile_file
    • unqlite_vm_config
    • unqlite_vm_exec
    • unqlite_vm_reset
    • unqlite_vm_release
    • unqlite_vm_extract_variable
    • unqlite_vm_dump
  • Cursor Iterator Interfaces
    • unqlite_kv_cursor_init
    • unqlite_kv_cursor_release
    • unqlite_kv_cursor_seek
    • unqlite_kv_cursor_first_entry
    • unqlite_kv_cursor_last_entry
    • unqlite_kv_cursor_valid_entry
    • unqlite_kv_cursor_next_entry
    • unqlite_kv_cursor_prev_entry
    • unqlite_kv_cursor_key
    • unqlite_kv_cursor_key_callback
    • unqlite_kv_cursor_data
    • unqlite_kv_cursor_data_callback
    • unqlite_kv_cursor_delete_entry
    • unqlite_kv_cursor_reset
  • Manual Transaction Manager
    • unqlite_begin
    • unqlite_commit
    • unqlite_rollback
  • Utility Interfaces
    • unqlite_util_load_mmaped_file
    • unqlite_util_release_mmaped_file
    • unqlite_util_random_string
    • unqlite_util_random_num
  • In-process Extending Interfaces
    • unqlite_create_function
    • unqlite_delete_function
    • unqlite_create_constant
    • unqlite_delete_constant
  • To be continued
zitsen pushed a commit that referenced this issue Mar 4, 2016
zitsen pushed a commit that referenced this issue Mar 4, 2016
Add:
- `err_log`
- `jx9_err_log`

cc #1
zitsen pushed a commit that referenced this issue Mar 7, 2016
Related functions:
* unqlite_begin
* unqlite_commit
* unqlite_rollback

Cc #1
zitsen pushed a commit that referenced this issue Mar 7, 2016
Feature:
- Finish Key/Value store interfaces.

Related functions:
* unqlite_kv_store
* unqlite_kv_append
* unqlite_kv_store_fmt
* unqlite_kv_append_fmt
* unqlite_kv_fetch
* unqlite_kv_fetch_callback
* unqlite_kv_delete
* unqlite_kv_config

Cc: #1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant