The Wayback Machine - https://web.archive.org/web/20201105093623/https://github.com/topics/embedded-database
Skip to content
#

embedded-database

Here are 109 public repositories matching this topic...

Mytherin
Mytherin commented May 19, 2019

Merging a few issues into one here.

Numeric Scalar

  • ACOS, ASIN, ATAN, COS, SIN, TAN, COT, ATAN2 [MySQL, PostgreSQL]
  • BIT_AND, BIT_COUNT, BIT_LENGTH, BIT_OR, BIT_XOR, ~ [MySQL]
  • CEIL, CEILING, FLOOR [MySQL, PostgreSQL]
  • LOG, LOG10, LOG2, LN [MySQL, PostgreSQL]
  • PI [PostgreSQL]
  • RANDOM
  • SQRT, POWER, CBRT [PostgreSQL]
  • LEAST, GREATEST

https://ww

asdine
asdine commented Nov 2, 2020

Add .save command to Genji CLI

Synopsis: .save ?badger? PATH

Description: Write database into PATH

Usage:

# run in memory database
genji
# or on-disk database
genji my.db
genji> CREATE TABLE foo;
genji> INSERT INTO foo(a) VALUES (1);
genji> .save foo.db
genji> .save badger foo 
$ ls
my.db foo.db foo/

Calling .save on an exis

Improve this page

Add a description, image, and links to the embedded-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the embedded-database topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.