我正在考虑一个副业项目,创建一个基于网络的笔记管理器。因此,主要数据将是几行字符,我需要一个持久的后端来支持。
我困惑是否还有除数据库以外的轻量级方法?
提前感谢。
我正在考虑一个副业项目,创建一个基于网络的笔记管理器。因此,主要数据将是几行字符,我需要一个持久的后端来支持。
我困惑是否还有除数据库以外的轻量级方法?
提前感谢。
nodejs.org和一非ql数据储存,如mongodb。
因为nodejs.org是用你可能已经了解的JavaScript编写的,它非常快速并支持快速的nosql存储mongodb。
此外,服务端JavaScript是未来的趋势。
我推荐使用SQLite。
http://www.sqlite.org/ (Note: This is already in English and does not need to be translated.)
较之整个非银系统更容易实施,应超出你们的要求......
您可以使用带有目录的纯文本文件来给您提供简单的结构,和/或者使用XML文件来增加结构。但要注意文件锁定。
I am curious to know if there is a way of connecting a flash front-end to a C++ driven backend? I m not currently working on a project that involves this, but I found out about an application used in ...
I m developing an iPhone app that is connected to a backend server. It needs to communicate with it many times, through several requests. I m sending HTTP messages, but I want to receive more complex ...
What would be the best solution to use a different authentication backend for the Django admin site?
I am implementing an application with django, which has a model with a FileField: class Slideshow(models.Model): name = models.CharField(max_length=30,unique=True) thumbnail = models....
I would like to write a client application for Android that uses the Google App Engine as a database backend. My Android client would connect to the App Engine to save information, then it would ...
If I try to duplicate an access file (this file is split into mdb and be mdb, and also has mde files), by importing everything into a brand new access application, why won t the table links work? ...
I am creating a novel website that integrates web feeds from around the internet. I want to build a backend that does CPU intensive analysis of the web data on a regular basis, which will eventually ...
I am developing a CMS. One of the greatest everyday annoyances when working with it is that when you are on a front-end page, not logged in, and want to make a change, you need to go to the back-end ...