All Projects → emacscollective → closql

emacscollective / closql

Licence: GPL-3.0 license
Store EIEIO objects using EmacSQL

Programming Languages

emacs lisp
2029 projects
Makefile
30231 projects

Projects that are alternatives of or similar to closql

dio
A powerful command line interface for working with DBHub.io
Stars: ✭ 31 (+34.78%)
Mutual labels:  sqlite
InvestmentDataSampleApp
This app utilizes a SQLite databse, MVVM, along with these Xamarin.Forms controls: Search Bar, Picker, Grid, StackLayout, Navigation Page, ListView, ViewCell. It also shows how to tweak the UI to best appear on larger tablet screens.
Stars: ✭ 56 (+143.48%)
Mutual labels:  sqlite
microlight
A fully IndieWeb-compatible PHP blogging engine
Stars: ✭ 35 (+52.17%)
Mutual labels:  sqlite
simple-db
Get your Android app's SQLite database set up in five minutes!
Stars: ✭ 25 (+8.7%)
Mutual labels:  sqlite
qtorm
Object-Relational Mapping Module for Qt
Stars: ✭ 16 (-30.43%)
Mutual labels:  sqlite
SQLitePractice
数据库案例:1.使用时间和日期函数,增,查时间字段。2.利用ContentProvider,CursorLoader,SQLite实现数据库的观察者模式。3.RxJava,SQLBrite实现数据库的观察者模式。4.拷贝外部db文件到数据库中
Stars: ✭ 21 (-8.7%)
Mutual labels:  sqlite
SqlCipher4Unity3D
💾 SqlCipher made easy for Unity3d
Stars: ✭ 119 (+417.39%)
Mutual labels:  sqlite
database
Simple and easy go database micro framework
Stars: ✭ 12 (-47.83%)
Mutual labels:  sqlite
sack.vfs
Node addon which adds a virtual file system interface; websockets; json(6) parsing; sql support(sqlite,odbc); javascript sched_yield; ssl certificate generation; more...
Stars: ✭ 29 (+26.09%)
Mutual labels:  sqlite
Ionic-2-sqlite-demo
Simple demo to show how to work with Sqlite Storage in Ionic 2
Stars: ✭ 20 (-13.04%)
Mutual labels:  sqlite
healthkit-to-sqlite
Convert an Apple Healthkit export zip to a SQLite database
Stars: ✭ 130 (+465.22%)
Mutual labels:  sqlite
AndroidTutorials
Ejemplos Android [Dagger2,RxJava,MVP,Retrofit2,SQLite]
Stars: ✭ 22 (-4.35%)
Mutual labels:  sqlite
SpeedTest-php
a speedtest php site
Stars: ✭ 28 (+21.74%)
Mutual labels:  sqlite
social-me-die
A social media experiment with .net core, ef core, react and mobx.
Stars: ✭ 16 (-30.43%)
Mutual labels:  sqlite
database
Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
Stars: ✭ 25 (+8.7%)
Mutual labels:  sqlite
erdiagram
Entity-Relationship diagram code generator library
Stars: ✭ 28 (+21.74%)
Mutual labels:  sqlite
GitHubKotlinMPPSample
No description or website provided.
Stars: ✭ 15 (-34.78%)
Mutual labels:  sqlite
ccxx
This is a cross-platform library software library about c, c ++, unix4, posix. Include gtest, benchmark, cmake, process lock, daemon, libuv, lua, cpython, re2, json, yaml, mysql, redis, opencv, qt, lz4, oci ... https://hub.docker.com/u/oudream
Stars: ✭ 31 (+34.78%)
Mutual labels:  sqlite
sync-client
SyncProxy javascript client with support for all major embedded databases (IndexedDB, SQLite, WebSQL, LokiJS...)
Stars: ✭ 30 (+30.43%)
Mutual labels:  sqlite
recognition-text
A recognition-text application which recognize any text from an image with 98% to 100% accuracy. Gave support for 92 languages and translate your recognized text to 6 supported languages.
Stars: ✭ 22 (-4.35%)
Mutual labels:  sqlite

Store EIEIO objects using EmacSQL

Store uniform EIEIO objects in an EmacSQL database. SQLite is used as backend. This library imposes some restrictions on what kind of objects can be stored; it isn’t intended to store arbitrary objects. All objects have to share a common superclass and subclasses cannot add any additional instance slots.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].